[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/filters/ -> StripLineBreaks.php (sommaire)

(pas de description)

Poids: 148 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

StripLineBreaks:: (5 méthodes):
  read()
  setLineBreaks()
  getLineBreaks()
  chain()
  _initialize()


Classe: StripLineBreaks  - X-Ref

Filter to flatten the stream to a single line.

Example:

<pre><striplinebreaks/></pre>

Or:

<pre><filterreader classname="phing.filters.StripLineBreaks"/></pre>

read($len = null)   X-Ref
Returns the filtered stream, only including
characters not in the set of line-breaking characters.

return: mixed    the resulting stream, or -1

setLineBreaks($lineBreaks)   X-Ref
Sets the line-breaking characters.

param: string $lineBreaks A String containing all the characters to be

getLineBreaks()   X-Ref
Gets the line-breaking characters.

return: string A String containing all the characters that are considered as line-breaking.

chain(Reader $reader)   X-Ref
Creates a new StripLineBreaks 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 the parameters to set the line-breaking characters.




Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7