PHP 클래스 Eloquent\Phony\Reflection\Exception\UndefinedFeatureException

상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
__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.