PHP Класс TidyFilter, symfony-1.4

Example:


  
  

Автор: Hans Lellelid ([email protected])
Наследование: extends BaseParamFilterReader, implements ChainableReader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
chain ( Reader $reader ) : a Creates a new TidyFilter using the passed in Reader for instantiation.
createConfig ( ) : Parameter Adds a element (which is a Parameter).
read ( $len = null ) : the Reads input and returns Tidy-filtered output.
setConfigParameters ( $params ) Sets the config params.
setEncoding ( string $v ) Set the encoding for resulting (X)HTML document.

Приватные методы

Метод Описание
_initialize ( ) Initializes any parameters (e.g. config options).
getDistilledConfig ( ) : array Converts the Parameter objects being used to store configuration into a simle assoc array.

Описание методов

chain() публичный Метод

Creates a new TidyFilter using the passed in Reader for instantiation.
public chain ( Reader $reader ) : a
$reader Reader
Результат a new filter based on this configuration, but filtering the specified reader

createConfig() публичный Метод

Adds a element (which is a Parameter).
public createConfig ( ) : Parameter
Результат Parameter

read() публичный Метод

Reads input and returns Tidy-filtered output.
public read ( $len = null ) : the
Результат the resulting stream, or -1 if the end of the resulting stream has been reached

setConfigParameters() публичный Метод

Sets the config params.
См. также: chain()
public setConfigParameters ( $params )

setEncoding() публичный Метод

Set the encoding for resulting (X)HTML document.
public setEncoding ( string $v )
$v string