Property | Type | Description | |
---|---|---|---|
$description | string | ||
$input | Symfony\Component\Console\Input\StringInput | ||
$inputDefinition | Symfony\Component\Console\Input\InputDefinition | ||
$name | string | ||
$signature | string | ||
$signatureIsBound | boolean |
Method | Description | |
---|---|---|
__construct ( |
||
canHandle ( |
||
getArgument ( $foo ) | ||
getArguments ( ) : array | ||
getDescription ( ) : string | ||
getFullCommand ( ) : string | Get the full command (eg. /bot ping). | |
getHelpDescription ( ) : string | Get the usage description, including parameters and options. | |
getName ( ) : string | ||
getOption ( $foo ) | ||
getOptions ( ) : array | ||
getSignature ( ) : string | ||
validate ( ) |
Method | Description | |
---|---|---|
bindSignature ( ) |
public __construct ( |
||
$request |
public getFullCommand ( ) : string | ||
return | string |
public getHelpDescription ( ) : string | ||
return | string |
protected StringInput,Symfony\Component\Console\Input $input | ||
return | Symfony\Component\Console\Input\StringInput |
protected InputDefinition,Symfony\Component\Console\Input $inputDefinition | ||
return | Symfony\Component\Console\Input\InputDefinition |