PHP Class Nelmio\Alice\Definition\FakeMethodCall

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

Public Methods

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

Method Details

__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 )
$arguments array