PHP 클래스 Latte\Runtime\FilterExecutor

파일 보기 프로젝트 열기: nette/latte

공개 메소드들

메소드 설명
__get ( $name ) : callable Returns filter for classic calling.
add ( $name, $callback ) : static Registers run-time filter.
filterContent ( $name, FilterInfo $info, $arg ) : mixed Calls filter with FilterInfo.
getAll ( ) : string[] Returns all run-time filters.

비공개 메소드들

메소드 설명
prepareFilter ( $name )

메소드 상세

__get() 공개 메소드

Returns filter for classic calling.
public __get ( $name ) : callable
리턴 callable

add() 공개 메소드

Registers run-time filter.
public add ( $name, $callback ) : static
리턴 static

filterContent() 공개 메소드

Calls filter with FilterInfo.
public filterContent ( $name, FilterInfo $info, $arg ) : mixed
$info FilterInfo
리턴 mixed

getAll() 공개 메소드

Returns all run-time filters.
public getAll ( ) : string[]
리턴 string[]