[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/regexp-builder/src/Passes/ -> AbstractPass.php (summary)

(no description)

Copyright: Copyright (c) 2016-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 151 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  run()
  afterRun()
  beforeRun()
  canRun()
  hasOptionalSuffix()
  isCharacterClassString()
  isSingleAlternationString()
  isSingleCharString()
  isSingleCharStringList()

Functions
Functions that are not part of a class:

run(array $strings)   X-Ref
{@inheritdoc}


afterRun(array $strings)   X-Ref
Process the list of strings after the pass is run

param: array[] $strings
return: array[]

beforeRun(array $strings)   X-Ref
Prepare the list of strings before the pass is run

param: array[] $strings
return: array[]

canRun(array $strings)   X-Ref
Test whether this pass can be run on a given list of strings

param: array[] $strings
return: bool

hasOptionalSuffix(array $string)   X-Ref
Test whether given string has an optional suffix

param: array $string
return: bool

isCharacterClassString(array $string)   X-Ref
Test whether given string contains a single alternation made of single values

param: array $string
return: bool

isSingleAlternationString(array $string)   X-Ref
Test whether given string contains one single element that is an alternation

param: array $string
return: bool

isSingleCharString(array $string)   X-Ref
Test whether given string contains a single character value

param: array $string
return: bool

isSingleCharStringList(array $strings)   X-Ref
Test whether given list of strings contains nothing but single-char strings

param: array[] $strings
return: bool



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1