PHP Class Nelmio\Alice\Definition\FakeMethodCall

Inheritance: implements Nelmio\Alice\Definition\MethodCallInterface, use trait Nelmio\Alice\NotCallableTrait
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
__toString ( ) : string
getArguments ( ) : array
getCaller ( )
getMethod ( ) : string
withArguments ( array $arguments = null )

Method Details

__toString() public méthode

public __toString ( ) : string
Résultat string

getArguments() public méthode

public getArguments ( ) : array
Résultat array

getCaller() public méthode

public getCaller ( )

getMethod() public méthode

public getMethod ( ) : string
Résultat string

withArguments() public méthode

public withArguments ( array $arguments = null )
$arguments array