PHP Class lithium\tests\mocks\core\MockCallable

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

Public Properties

Property Type Description
$call
$callStatic
$construct
$get
$trace

Public Methods

Method Description
__call ( $method, $params = [] )
__callStatic ( $method, $params )
__construct ( )
__get ( $value )

Method Details

__call() public method

public __call ( $method, $params = [] )

__callStatic() public static method

public static __callStatic ( $method, $params )

__construct() public method

public __construct ( )

__get() public method

public __get ( $value )

Property Details

$call public_oe property

public $call

$callStatic public_oe static_oe property

public static $callStatic

$construct public_oe property

public $construct

$get public_oe property

public $get

$trace public_oe property

public $trace