PHP Class Eloquent\Phony\Mock\Exception\InvalidDefinitionException

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

Méthodes publiques

Méthode Description
__construct ( mixed $name, mixed $value ) Construct a new invalid definition exception.
name ( ) : mixed Get the name.
value ( ) : mixed Get the value.

Method Details

__construct() public méthode

Construct a new invalid definition exception.
public __construct ( mixed $name, mixed $value )
$name mixed The name.
$value mixed The value.

name() public méthode

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

value() public méthode

Get the value.
public value ( ) : mixed
Résultat mixed The value.