PHP Class lithium\tests\mocks\template\MockHelper

Inheritance: extends lithium\template\Helper
Datei anzeigen Open project: unionofrad/lithium Class Usage Examples

Protected Properties

Property Type Description
$_strings

Public Methods

Method 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 method

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

testAttributes() public method

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

testOptions() public method

public testOptions ( $defaults, $options )

testRender() public method

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

Property Details

$_strings protected_oe property

protected $_strings