PHP Class Nelmio\Alice\Definition\MethodCall\NoMethodCall

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

Méthodes publiques

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

Private Methods

Méthode Description
throwException ( string $method )

Method Details

__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