[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/finder/Iterator/ -> FilecontentFilterIterator.php (summary)

(no description)

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

Defines 1 class

FilecontentFilterIterator:: (2 methods):
  accept()
  toRegex()


Class: FilecontentFilterIterator  - X-Ref

FilecontentFilterIterator filters files by their contents using patterns (regexps or strings).

accept()   X-Ref
Filters the iterator values.

return: bool true if the value should be kept, false otherwise

toRegex($str)   X-Ref
Converts string to regexp if necessary.

param: string $str Pattern: string or regexp
return: string regexp corresponding to a given string or regexp



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