PHP Class Nelmio\Alice\Definition\MethodCall\NoMethodCall

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

Public Methods

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

Private Methods

Method Description
throwException ( string $method )

Method Details

__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

withArguments() public method

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