PHP 클래스 lithium\tests\mocks\template\MockHelper

상속: extends lithium\template\Helper
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_strings

공개 메소드들

메소드 설명
__get ( string $property ) : mixed Hack to expose protected properties for testing.
testAttributes ( $params, $method = null, array $options = [] )
testOptions ( $defaults, $options )
testRender ( $method, $string, $params, array $options = [] )

메소드 상세

__get() 공개 메소드

Hack to expose protected properties for testing.
public __get ( string $property ) : mixed
$property string
리턴 mixed

testAttributes() 공개 메소드

public testAttributes ( $params, $method = null, array $options = [] )
$options array

testOptions() 공개 메소드

public testOptions ( $defaults, $options )

testRender() 공개 메소드

public testRender ( $method, $string, $params, array $options = [] )
$options array

프로퍼티 상세

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

protected $_strings