PHP Класс Eloquent\Phony\Reflection\Exception\UndefinedFeatureException

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

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

Метод Описание
__construct ( string $feature ) Construct a new undefined feature exception.
feature ( ) : string Get the feature.

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

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

Construct a new undefined feature exception.
public __construct ( string $feature )
$feature string The feature.

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

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