Documentation

RegisterLayoutSection extends Command
in package

Table of Contents

$description  : string
The console command description.
$signature  : string
The name and signature of the console command.
__construct()  : void
Create a new command instance.
handle()  : mixed
Execute the console command.

Properties

$description

The console command description.

protected string $description = 'Register a section to be managed by user and in admin panel from integrator'

$signature

The name and signature of the console command.

protected string $signature = 'ryadmin:section {layout=admin} {section=menu}'

Methods

__construct()

Create a new command instance.

public __construct() : void
Return values
void

Search results