PHP 클래스 Eloquent\Phony\Simpletest\SimpletestFacadeDriver

상속: extends Eloquent\Phony\Facade\FacadeDriver
파일 보기 프로젝트 열기: eloquent/phony 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Construct a new SimpleTest facade driver.
instance ( ) : FacadeDriver Get the static instance of this driver.

메소드 상세

__construct() 공개 메소드

Construct a new SimpleTest facade driver.
public __construct ( )

instance() 공개 정적인 메소드

Get the static instance of this driver.
public static instance ( ) : FacadeDriver
리턴 Eloquent\Phony\Facade\FacadeDriver The static driver.