PHP Класс Eloquent\Phony\Hook\Exception\FunctionHookGenerationFailedException

Наследование: extends Exceptio\Exception, implements FunctionHookException
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $functionName, callable $callback, string $source, array $error = null, Exceptio\Exception | Erro\Error | null $cause = null ) Construct a mock generation failed exception.
callback ( ) : callable Get the callback.
error ( ) : mixed>\array Get the error details.
functionName ( ) : string Get the function name.
source ( ) : string Get the generated source code.

Описание методов

__construct() публичный Метод

Construct a mock generation failed exception.
public __construct ( string $functionName, callable $callback, string $source, array $error = null, Exceptio\Exception | Erro\Error | null $cause = null )
$functionName string The function name.
$callback callable The callback.
$source string The generated source code.
$error array
$cause Exceptio\Exception | Erro\Error | null The cause, if available.

callback() публичный Метод

Get the callback.
public callback ( ) : callable
Результат callable The callback.

error() публичный Метод

Get the error details.
public error ( ) : mixed>\array
Результат mixed>\array

functionName() публичный Метод

Get the function name.
public functionName ( ) : string
Результат string The function name.

source() публичный Метод

Get the generated source code.
public source ( ) : string
Результат string The generated source code.