|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Custom option that can be used in parallel with regular options. More...
Inheritance diagram for Erebot\Console\ParallelOption:Public Member Functions | |
| expectsArgument () | |
Custom option that can be used in parallel with regular options.
The Console_CommandLine package usually prevents options from acting on the same variable. This specific type of option can be used with the Erebot::Console::StoreProxyAction to work around this.
Definition at line 32 of file ParallelOption.php.
| Erebot\Console\ParallelOption::expectsArgument | ( | ) |
Overrides the parent method so that this option never expects an argument.
| bool | Always returns false. |
Definition at line 41 of file ParallelOption.php.