Method | Description | |
---|---|---|
execute ( ) : string | Executes the callback action | |
getParseResult ( ) : Console_CommandLine_Result | Get parsed result object | |
setParseResult ( Console_CommandLine_Result $result ) : Phrozn\Runner\CommandLine\Callback | Result object of CLI input parsing |
public getParseResult ( ) : Console_CommandLine_Result | ||
return | Console_CommandLine_Result |
public setParseResult ( Console_CommandLine_Result $result ) : Phrozn\Runner\CommandLine\Callback | ||
$result | Console_CommandLine_Result | Parser's result |
return | Phrozn\Runner\CommandLine\Callback |