| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 321 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Regex:: (22 methods):
create()
__construct()
__toString()
render()
renderPattern()
isCaseSensitive()
getType()
prepend()
append()
hasOption()
addOption()
removeOption()
setStartFlag()
hasStartFlag()
setEndFlag()
hasEndFlag()
setStartJoker()
hasStartJoker()
setEndJoker()
hasEndJoker()
replaceJokers()
parsePattern()
| create($expr) X-Ref |
param: string $expr return: self |
| __construct($pattern, $options = '', $delimiter = null) X-Ref |
param: string $pattern param: string $options param: string $delimiter |
| __toString() X-Ref |
return: string |
| render() X-Ref |
| {@inheritdoc} |
| renderPattern() X-Ref |
| {@inheritdoc} |
| isCaseSensitive() X-Ref |
| {@inheritdoc} |
| getType() X-Ref |
| {@inheritdoc} |
| prepend($expr) X-Ref |
| {@inheritdoc} |
| append($expr) X-Ref |
| {@inheritdoc} |
| hasOption($option) X-Ref |
param: string $option return: bool |
| addOption($option) X-Ref |
param: string $option return: $this |
| removeOption($option) X-Ref |
param: string $option return: $this |
| setStartFlag($startFlag) X-Ref |
param: bool $startFlag return: $this |
| hasStartFlag() X-Ref |
return: bool |
| setEndFlag($endFlag) X-Ref |
param: bool $endFlag return: $this |
| hasEndFlag() X-Ref |
return: bool |
| setStartJoker($startJoker) X-Ref |
param: bool $startJoker return: $this |
| hasStartJoker() X-Ref |
return: bool |
| setEndJoker($endJoker) X-Ref |
param: bool $endJoker return: $this |
| hasEndJoker() X-Ref |
return: bool |
| replaceJokers($replacement) X-Ref |
return: $this |
| parsePattern($pattern) X-Ref |
param: string $pattern |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |