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.