PHP Class Eloquent\Phony\Mock\Exception\UndefinedMethodStubException

Inheritance: extends Exceptio\Exception, implements MockException
Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode 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 méthode

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 méthode

Get the class name.
public className ( ) : string
Résultat string The class name.

name() public méthode

Get the method name.
public name ( ) : string
Résultat string The method name.