[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 179 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
LineContainsRegexp:: (6 méthodes):
read()
createRegexp()
setRegexps()
getRegexps()
chain()
_initialize()
Classe: LineContainsRegexp - X-Ref
Filter which includes only those lines that contain the user-specifiedread($len = null) X-Ref |
Returns all lines in a buffer that contain specified strings. return: mixed buffer, -1 on EOF |
createRegexp() X-Ref |
Adds a <code>regexp</code> element. return: object regExp The <code>regexp</code> element added. |
setRegexps($regexps) X-Ref |
Sets the vector of regular expressions which must be contained within a line read from the original stream in order for it to match this filter. param: regexps An array of regular expressions which must be contained |
getRegexps() X-Ref |
Returns the array of regular expressions which must be contained within a line read from the original stream in order for it to match this filter. return: array The array of regular expressions which must be contained within |
chain(Reader $reader) X-Ref |
Creates a new LineContainsRegExp using the passed in Reader for instantiation. param: object A Reader object providing the underlying stream. return: object A new filter based on this configuration, but filtering |
_initialize() X-Ref |
Parses parameters to add user defined regular expressions. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |