PHP Класс App\Console\Commands\Site

Автор: XE Developers ([email protected])
Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description string The console command description.
$handler Xpressengine\Site\SiteHandler
$name string The name and signature of the console command.

Открытые методы

Метод Описание
__construct ( SiteHandler $handler )
handle ( ) : mixed Execute the console command.

Защищенные методы

Метод Описание
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Приватные методы

Метод Описание
validateHost ( string $host ) : string validateHost

Описание методов

__construct() публичный Метод

public __construct ( SiteHandler $handler )
$handler Xpressengine\Site\SiteHandler site handler

getArguments() защищенный Метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getOptions() защищенный Метод

Get the console command options.
protected getOptions ( ) : array
Результат array

handle() публичный Метод

Execute the console command.
public handle ( ) : mixed
Результат mixed

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$handler защищенное свойство

protected SiteHandler,Xpressengine\Site $handler
Результат Xpressengine\Site\SiteHandler

$name защищенное свойство

The name and signature of the console command.
protected string $name
Результат string