PHP Interface phpmock\functions\FunctionProvider

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

Méthodes publiques

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

Method Details

getCallable() public méthode

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