PHP 클래스 SlightPHP\Tpl

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

공개 프로퍼티들

프로퍼티 타입 설명
$_tpl_vars
$compile_dir
$force_compile
$left_delimiter
$right_delimiter
$safe_mode
$template_dir

공개 메소드들

메소드 설명
assign ( $tpl_var, $value = null )
fetch ( $tpl )

비공개 메소드들

메소드 설명
_compile ( $content )
_match ( $matches )
_matchfunction ( $function )
_matchmodifier ( $modifier )
_tmpData ( $matches )

메소드 상세

assign() 정적인 공개 메소드

static public assign ( $tpl_var, $value = null )

fetch() 정적인 공개 메소드

static public fetch ( $tpl )

프로퍼티 상세

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

static public $_tpl_vars

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

static public $compile_dir

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

static public $force_compile

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

static public $left_delimiter

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

static public $right_delimiter

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

static public $safe_mode

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

static public $template_dir