PHP Class BaseParamFilterReader, symfony-1.4

See also: FilterReader
Author: Yannick Lecaillez ([email protected])
Inheritance: extends BaseFilterReader, implements Parameterizable
Afficher le fichier Open project: vjousse/symfony-1.4 Class Usage Examples

Protected Properties

Свойство Type Description
$_parameters The passed in parameter array.

Méthodes publiques

Méthode Description
getParameters ( ) * Returns the parameters to be used by this filter.
setParameters ( $parameters ) * Sets the parameters used by this filter, and sets the filter to an uninitialized status.

Method Details

getParameters() public méthode

* Returns the parameters to be used by this filter.
public getParameters ( )

setParameters() public méthode

* Sets the parameters used by this filter, and sets the filter to an uninitialized status.
public setParameters ( $parameters )

Property Details

$_parameters protected_oe property

The passed in parameter array.
protected $_parameters