PHP Class Eloquent\Phony\Hook\Exception\FunctionExistsException

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

Méthodes publiques

Méthode Description
__construct ( string $functionName ) Construct a function exists exception.
functionName ( ) : string Get the function name.

Method Details

__construct() public méthode

Construct a function exists exception.
public __construct ( string $functionName )
$functionName string The function name.

functionName() public méthode

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