[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/finder/Expression/ -> Glob.php (summary)

(no description)

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

Defines 1 class

Glob:: (9 methods):
  __construct()
  render()
  renderPattern()
  getType()
  isCaseSensitive()
  prepend()
  append()
  isExpandable()
  toRegex()


Class: Glob  - X-Ref


__construct($pattern)   X-Ref

param: string $pattern

render()   X-Ref
{@inheritdoc}


renderPattern()   X-Ref
{@inheritdoc}


getType()   X-Ref
{@inheritdoc}


isCaseSensitive()   X-Ref
{@inheritdoc}


prepend($expr)   X-Ref
{@inheritdoc}


append($expr)   X-Ref
{@inheritdoc}


isExpandable()   X-Ref
Tests if glob is expandable ("*.{a,b}" syntax).

return: bool

toRegex($strictLeadingDot = true, $strictWildcardSlash = true)   X-Ref

param: bool $strictLeadingDot
param: bool $strictWildcardSlash
return: Regex



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