Builder
class Builder (View source)
Builder class.
Properties
string | $prefix | Command prefix. | |
string | $options | Command options. | |
string | $arguments | Command arguments. |
Methods
string
__toString()
Returns $command as string.
object
setPrefix(string $prefix)
Set command line prefix.
object
setOptions(array $opts)
Set command line options
object
setArguments(array $args)
Set command line arguments