| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 169 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Builder:: (8 methods):
__construct()
build()
isEmpty()
setInput()
setMeta()
setRunner()
setSerializer()
splitStrings()
| __construct(array $config = []) X-Ref |
param: array $config |
| build(array $strings) X-Ref |
| Build and return a regular expression that matches all of the given strings param: string[] $strings Literal strings to be matched return: string Regular expression (without delimiters) |
| isEmpty(array $strings) X-Ref |
| Test whether the list of strings is empty param: string[] $strings return: bool |
| setInput(string $inputType, array $inputOptions) X-Ref |
| Set the InputInterface instance in $this->input param: string $inputType param: array $inputOptions return: void |
| setMeta(array $map) X-Ref |
| Set the MetaCharacters instance in $this->meta param: array $map return: void |
| setRunner() X-Ref |
| Set the Runner instance $in this->runner return: void |
| setSerializer(string $outputType, array $outputOptions, string $delimiter) X-Ref |
| Set the Serializer instance in $this->serializer param: string $outputType param: array $outputOptions param: string $delimiter return: void |
| splitStrings(array $strings) X-Ref |
| Split all given strings by character param: string[] $strings List of strings return: array[] List of arrays |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |