[ Index ] |
PHP Cross Reference of phpBB-3.3.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 208 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ArrayInput:: (9 methods):
__construct()
getFirstArgument()
hasParameterOption()
getParameterOption()
__toString()
parse()
addShortOption()
addLongOption()
addArgument()
Class: ArrayInput - X-Ref
ArrayInput represents an input provided as an array.__construct(array $parameters, InputDefinition $definition = null) X-Ref |
No description |
getFirstArgument() X-Ref |
{@inheritdoc} |
hasParameterOption($values, $onlyParams = false) X-Ref |
{@inheritdoc} |
getParameterOption($values, $default = false, $onlyParams = false) X-Ref |
{@inheritdoc} |
__toString() X-Ref |
Returns a stringified representation of the args passed to the command. return: string |
parse() X-Ref |
{@inheritdoc} |
addShortOption($shortcut, $value) X-Ref |
Adds a short option value. param: string $shortcut The short option key param: mixed $value The value for the option |
addLongOption($name, $value) X-Ref |
Adds a long option value. param: string $name The long option key param: mixed $value The value for the option |
addArgument($name, $value) X-Ref |
Adds an argument value. param: string $name The argument name param: mixed $value The value for the argument |
Generated: Sun Jun 23 12:25:44 2024 | Cross-referenced by PHPXref 0.7.1 |