PHP Interface phpmock\functions\FunctionProvider

See also: phpmock\MockBuilder::setFunctionProvider()
Author: Markus Malkusch ([email protected])
Show file Open project: php-mock/php-mock Interface Usage Examples

Public Methods

Method Description
getCallable ( ) : callable Returns this object as a callable for the mock function.

Method Details

getCallable() public method

Returns this object as a callable for the mock function.
public getCallable ( ) : callable
return callable The callable for this object.