PHP Class Nelmio\Alice\Definition\MethodCall\DummyMethodCall

Inheritance: implements Nelmio\Alice\Definition\MethodCallInterface, use trait Nelmio\Alice\NotCallableTrait
Show file Open project: nelmio/alice

Public Methods

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

Method Details

__construct() public method

public __construct ( string $toString )
$toString string

__toString() public method

public __toString ( ) : string
return string

getArguments() public method

public getArguments ( ) : array
return array

getCaller() public method

public getCaller ( )

getMethod() public method

public getMethod ( ) : string
return string

withArguments() public method

public withArguments ( array $arguments = null ) : self
$arguments array
return self