PHP Class Eloquent\Phony\Mock\Exception\InvalidClassNameException

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

Méthodes publiques

Méthode Description
__construct ( mixed $className ) Construct a new invalid class name exception.
className ( ) : mixed Get the class name.

Method Details

__construct() public méthode

Construct a new invalid class name exception.
public __construct ( mixed $className )
$className mixed The class name.

className() public méthode

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