PHP 클래스 TidyFilter, symfony-1.4

Example:


  
  

저자: Hans Lellelid ([email protected])
상속: extends BaseParamFilterReader, implements ChainableReader
파일 보기 프로젝트 열기: vjousse/symfony-1.4 1 사용 예제들

공개 메소드들

메소드 설명
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