Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Eloquent
Phony
Reflection
Exception
UndefinedFeatureException
PHP Class Eloquent\Phony\Reflection\Exception\UndefinedFeatureException
Inheritance:
extends
Exceptio\Exception
Afficher le fichier
Open project: eloquent/phony
Méthodes publiques
Méthode
Description
__construct
(
string
$feature
)
Construct a new undefined feature exception.
feature
( ) :
string
Get the feature.
Method Details
__construct()
public
méthode
Construct a new undefined feature exception.
public
__construct
(
string
$feature
)
$feature
string
The feature.
feature()
public
méthode
Get the feature.
public
feature
( ) :
string
Résultat
string
The feature.