PHP Class App\Console\Commands\Site

Author: XE Developers ([email protected])
Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$description string The console command description.
$handler Xpressengine\Site\SiteHandler
$name string The name and signature of the console command.

Méthodes publiques

Méthode Description
__construct ( SiteHandler $handler )
handle ( ) : mixed Execute the console command.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Private Methods

Méthode Description
validateHost ( string $host ) : string validateHost

Method Details

__construct() public méthode

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

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

handle() public méthode

Execute the console command.
public handle ( ) : mixed
Résultat mixed

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$handler protected_oe property

protected SiteHandler,Xpressengine\Site $handler
Résultat Xpressengine\Site\SiteHandler

$name protected_oe property

The name and signature of the console command.
protected string $name
Résultat string