Class FixedValueFunction
Mock function which returns always the same value.
- phpmock\functions\FixedValueFunction implements phpmock\functions\FunctionProvider, phpmock\functions\Incrementable
Namespace: phpmock\functions
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at functions/FixedValueFunction.php
Methods summary
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at functions/FixedValueFunction.php
public
public
callable
#
getCallable( )
Returns this object as a callable for the mock function.
Returns this object as a callable for the mock function.
Returns
callable
The callable for this object.
The callable for this object.