PHP Class Eloquent\Phony\Pho\PhoFacadeDriver

Inheritance: extends Eloquent\Phony\Facade\FacadeDriver
Datei anzeigen Open project: eloquent/phony Class Usage Examples

Public Methods

Method Description
__construct ( ) Construct a new Pho facade driver.
instance ( ) : FacadeDriver Get the static instance of this driver.

Method Details

__construct() public method

Construct a new Pho facade driver.
public __construct ( )

instance() public static method

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