프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$argumentName | string | The name of argument being used. | |
$description | string | The console command description. | |
$name | string | The console command name. |
메소드 | 설명 | |
---|---|---|
getDefaultNamespace ( ) : string | Get default namespace. | |
getDestinationFilePath ( ) : string | Get controller name. |
메소드 | 설명 | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getControllerName ( ) : array | string | ||
getOptions ( ) : array | ||
getTemplateContents ( ) : string |
메소드 | 설명 | |
---|---|---|
getStubName ( ) : string | Get the stub file name based on the plain option |
protected getArguments ( ) : array | ||
리턴 | array |
public getDefaultNamespace ( ) : string | ||
리턴 | string |
public getDestinationFilePath ( ) : string | ||
리턴 | string |
protected string $argumentName | ||
리턴 | string |