프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | contains the description of command | ||
$name | contains the command name | ||
$type | string | The type of class being generated. |
메소드 | 설명 | |
---|---|---|
fire ( ) : void | Execute the console command. |
메소드 | 설명 | |
---|---|---|
getDefaultNamespace ( string $rootNamespace ) : string | Get the default namespace for the class. | |
getStub ( ) : string | Get the stub file for the generator. |
protected getDefaultNamespace ( string $rootNamespace ) : string | ||
$rootNamespace | string | |
리턴 | string | The namespace of the panel's observers |