PHP Class Nelmio\Alice\Definition\MethodCall\DummyMethodCall

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

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( string $toString )
$toString string

__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 ) : self
$arguments array
Résultat self