PHP Class App\Console\Commands\GenerateResources

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: hillelcoren/invoice-ninja

Protected Properties

Свойство Type Description
$description string
$name string

Méthodes publiques

Méthode Description
__construct ( ) Create a new command instance.
fire ( ) : void Execute the command.

Méthodes protégées

Méthode Description
getArguments ( ) : array
getOptions ( ) : array

Method Details

__construct() public méthode

Create a new command instance.
public __construct ( )

fire() public méthode

Execute the command.
public fire ( ) : void
Résultat void

getArguments() protected méthode

protected getArguments ( ) : array
Résultat array

getOptions() protected méthode

protected getOptions ( ) : array
Résultat array

Property Details

$description protected_oe property

protected string $description
Résultat string

$name protected_oe property

protected string $name
Résultat string