PHP Class lithium\tests\mocks\template\MockHelper

Inheritance: extends lithium\template\Helper
Afficher le fichier Open project: unionofrad/lithium Class Usage Examples

Protected Properties

Свойство Type Description
$_strings

Méthodes publiques

Méthode Description
__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 = [] )

Method Details

__get() public méthode

Hack to expose protected properties for testing.
public __get ( string $property ) : mixed
$property string
Résultat mixed

testAttributes() public méthode

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

testOptions() public méthode

public testOptions ( $defaults, $options )

testRender() public méthode

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

Property Details

$_strings protected_oe property

protected $_strings