PHP Class Nelmio\Alice\Definition\MethodCall\MutableMethodCall

Inheritance: implements Nelmio\Alice\Definition\MethodCallInterface, use trait Nelmio\Alice\NotCallableTrait
Datei anzeigen Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null, $method, array $arguments = null )
__toString ( ) : string
getArguments ( )
getCaller ( )
getMethod ( ) : string
setArguments ( array $arguments = null )
setCaller ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null )
setMethod ( $method )
withArguments ( array $arguments = null )

Method Details

__construct() public method

public __construct ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null, $method, array $arguments = null )
$caller Nelmio\Alice\Definition\ServiceReferenceInterface
$arguments array

__toString() public method

public __toString ( ) : string
return string

getArguments() public method

public getArguments ( )

getCaller() public method

public getCaller ( )

getMethod() public method

public getMethod ( ) : string
return string

setArguments() public method

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

setCaller() public method

public setCaller ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null )
$caller Nelmio\Alice\Definition\ServiceReferenceInterface

setMethod() public method

public setMethod ( $method )

withArguments() public method

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