PHP 클래스 gb_cfilter, gitblog

파일 보기 프로젝트 열기: rsms/gitblog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$filters

공개 메소드들

메소드 설명
add ( $tag, $func, $priority = 100 ) Add a filter
apply ( $tag, $value ) Apply filters for $tag on $value

메소드 상세

add() 정적인 공개 메소드

Lower number for $priority means earlier execution of $func. If $func returns boolean FALSE the filter chain is broken, not applying any more filter after the one returning FALSE. Returning anything else have no effect.
static public add ( $tag, $func, $priority = 100 )

apply() 정적인 공개 메소드

Apply filters for $tag on $value
static public apply ( $tag, $value )

프로퍼티 상세

$filters 공개적으로 정적으로 프로퍼티

public static $filters