PHP 클래스 View

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

보호된 프로퍼티들

프로퍼티 타입 설명
$level
$trigger
$view

공개 메소드들

메소드 설명
afterrender ( $func ) post rendering handler
esc ( $arg ) : string Encode characters to equivalent HTML entities
raw ( $arg ) : string Decode HTML entities to equivalent characters
render ( $file, $mime = 'text/html', array $hive = NULL, $ttl ) : string Render template

보호된 메소드들

메소드 설명
sandbox ( array $hive = NULL ) : string Create sandbox for template execution

메소드 상세

afterrender() 공개 메소드

post rendering handler
public afterrender ( $func )
$func callback

esc() 공개 메소드

Encode characters to equivalent HTML entities
public esc ( $arg ) : string
$arg mixed
리턴 string

raw() 공개 메소드

Decode HTML entities to equivalent characters
public raw ( $arg ) : string
$arg mixed
리턴 string

render() 공개 메소드

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

sandbox() 보호된 메소드

Create sandbox for template execution
protected sandbox ( array $hive = NULL ) : string
$hive array array
리턴 string

프로퍼티 상세

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

protected $level

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

protected $trigger

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

protected $view