Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Eloquent
Phony
Reflection
Exception
UndefinedFeatureException
PHP Class Eloquent\Phony\Reflection\Exception\UndefinedFeatureException
Inheritance:
extends
Exceptio\Exception
ファイルを表示
Open project: eloquent/phony
Public Methods
Method
Description
__construct
(
string
$feature
)
Construct a new undefined feature exception.
feature
( ) :
string
Get the feature.
Method Details
__construct()
public
method
Construct a new undefined feature exception.
public
__construct
(
string
$feature
)
$feature
string
The feature.
feature()
public
method
Get the feature.
public
feature
( ) :
string
return
string
The feature.