PHP Class Eloquent\Phony\Mock\Method\WrappedUncallableMethod

Inheritance: extends AbstractWrappedMethod
Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode Description
invokeWith ( Arguments | array $arguments = [] ) : mixed Invoke this object.

Method Details

invokeWith() public méthode

This method supports reference parameters.
public invokeWith ( Arguments | array $arguments = [] ) : mixed
$arguments Arguments | array The arguments.
Résultat mixed The result of invocation.