PHP Class Eloquent\Phony\Hook\Exception\FunctionSignatureMismatchException

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 signature mismatch exception.
functionName ( ) : string Get the function name.

Method Details

__construct() public méthode

Construct a function signature mismatch 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.