PHP Class Eloquent\Phony\Hook\Exception\FunctionSignatureMismatchException

Inheritance: extends Exceptio\Exception, implements FunctionHookException
Datei anzeigen Open project: eloquent/phony

Public Methods

Method Description
__construct ( string $functionName ) Construct a function signature mismatch exception.
functionName ( ) : string Get the function name.

Method Details

__construct() public method

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

functionName() public method

Get the function name.
public functionName ( ) : string
return string The function name.