[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/console/Input/ -> StringInput.php (summary)

(no description)

File Size: 83 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

StringInput:: (2 methods):
  __construct()
  tokenize()


Class: StringInput  - X-Ref

StringInput represents an input provided as a string.

Usage:

$input = new StringInput('foo --bar="foobar"');

__construct($input, InputDefinition $definition = null)   X-Ref

param: string          $input      A string representing the parameters from the CLI
param: InputDefinition $definition A InputDefinition instance

tokenize($input)   X-Ref
Tokenizes a string.

param: string $input The input to tokenize
return: array An array of tokens



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1