PHP Class lithium\tests\mocks\core\MockObjectConfiguration

Inheritance: extends lithium\core\Object
Datei anzeigen Open project: unionofrad/lithium Class Usage Examples

Protected Properties

Property Type Description
$_protected
$_testArray
$_testScalar

Public Methods

Method Description
__construct ( array $config = [] )
getConfig ( )
getProtected ( )
testScalar ( $value )

Method Details

__construct() public method

public __construct ( array $config = [] )
$config array

getConfig() public method

public getConfig ( )

getProtected() public method

public getProtected ( )

testScalar() public method

public testScalar ( $value )

Property Details

$_protected protected_oe property

protected $_protected

$_testArray protected_oe property

protected $_testArray

$_testScalar protected_oe property

protected $_testScalar