Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Eloquent
Phony
Reflection
Exception
UndefinedFeatureException
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.