PHP Interface Nelmio\Alice\Definition\MethodCallInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode Description
__toString ( ) : string
getArguments ( ) : Nelmio\Alice\Definition\ValueInterface[] | array | null
getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
getMethod ( ) : string
withArguments ( array $arguments = null ) : static

Method Details

__toString() public méthode

public __toString ( ) : string
Résultat string

getArguments() public méthode

public getArguments ( ) : Nelmio\Alice\Definition\ValueInterface[] | array | null
Résultat Nelmio\Alice\Definition\ValueInterface[] | array | null

getCaller() public méthode

public getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
Résultat Nelmio\Alice\Definition\ServiceReferenceInterface | null No caller means that the caller is the instance of the object itself.

getMethod() public méthode

public getMethod ( ) : string
Résultat string Method name

withArguments() public méthode

public withArguments ( array $arguments = null ) : static
$arguments array
Résultat static