PHP Class BaseParamFilterReader, symfony-1.4

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

Protected Properties

Property Type Description
$_parameters The passed in parameter array.

Public Methods

Method 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 method

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

setParameters() public method

* 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