PHP Class Eloquent\Phony\Mock\Exception\UndefinedMethodStubException

Inheritance: extends Exceptio\Exception, implements MockException
Datei anzeigen Open project: eloquent/phony

Public Methods

Method Description
__construct ( string $className, string $name ) Construct a new undefined method stub exception.
className ( ) : string Get the class name.
name ( ) : string Get the method name.

Method Details

__construct() public method

Construct a new undefined method stub exception.
public __construct ( string $className, string $name )
$className string The class name.
$name string The method name.

className() public method

Get the class name.
public className ( ) : string
return string The class name.

name() public method

Get the method name.
public name ( ) : string
return string The method name.