PHP 클래스 Preview

상속: extends JContentEditorPlugin
파일 보기 프로젝트 열기: bcosca/fatfree 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$filter
$mime

공개 메소드들

메소드 설명
filter ( string $key = NULL, string | closure $func = NULL ) : array | closure | string Register or get (a specific one or all) token filters
render ( $file, $mime = NULL, array $hive = NULL, $ttl ) : string Render template
resolve ( $str, array $hive = NULL ) : string Render template string
token ( $str ) : string Convert token to variable

보호된 메소드들

메소드 설명
build ( $node ) : string Assemble markup

메소드 상세

build() 보호된 메소드

Assemble markup
protected build ( $node ) : string
$node string
리턴 string

filter() 공개 메소드

Register or get (a specific one or all) token filters
public filter ( string $key = NULL, string | closure $func = NULL ) : array | closure | string
$key string
$func string | closure
리턴 array | closure | string

render() 공개 메소드

Render template
public render ( $file, $mime = NULL, array $hive = NULL, $ttl ) : string
$file string
$mime string
$hive array array
$ttl int
리턴 string

resolve() 공개 메소드

Render template string
public resolve ( $str, array $hive = NULL ) : string
$str string
$hive array array
리턴 string

token() 공개 메소드

Convert token to variable
public token ( $str ) : string
$str string
리턴 string

프로퍼티 상세

$filter 보호되어 있는 프로퍼티

protected $filter

$mime 보호되어 있는 프로퍼티

protected $mime