PHP 클래스 phpbb_template_template_test_case

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

보호된 프로퍼티들

프로퍼티 타입 설명
$lang
$language_reflection_lang
$template
$template_path
$test_path
$user

공개 메소드들

메소드 설명
setUpBeforeClass ( )

보호된 메소드들

메소드 설명
config_defaults ( )
display ( $handle )
run_template ( $file, array $vars, array $block_vars, array $destroy, $expected, $lang_vars = [] )
setUp ( )
setup_engine ( array $new_config = [] )
tearDown ( )
trim_template_result ( $result )

메소드 상세

config_defaults() 보호된 메소드

protected config_defaults ( )

display() 보호된 메소드

protected display ( $handle )

run_template() 보호된 메소드

protected run_template ( $file, array $vars, array $block_vars, array $destroy, $expected, $lang_vars = [] )
$vars array
$block_vars array
$destroy array

setUp() 보호된 메소드

protected setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

setup_engine() 보호된 메소드

protected setup_engine ( array $new_config = [] )
$new_config array

tearDown() 보호된 메소드

protected tearDown ( )

trim_template_result() 보호된 정적인 메소드

protected static trim_template_result ( $result )

프로퍼티 상세

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

protected $lang

$language_reflection_lang 보호되어 있는 정적으로 프로퍼티

protected static $language_reflection_lang

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

protected $template

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

protected $template_path

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

protected $test_path

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

protected $user