PHP Class Nelmio\Alice\Definition\MethodCall\SimpleMethodCall

Inheritance: implements Nelmio\Alice\Definition\MethodCallInterface
Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( string $method, array $arguments = null )
$method string
$arguments array

__toString() public méthode

public __toString ( ) : string
Résultat string

getArguments() public méthode

public getArguments ( )

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