PHP Class Themosis\Facades\View

Inheritance: extends Facade
显示文件 Open project: themosis/framework Class Usage Examples

Protected Methods

Method Description
getFacadeAccessor ( ) : string Return the service provider key responsible for the view class.

Method Details

getFacadeAccessor() protected static method

The key must be the same as the one used when registering the service provider.
protected static getFacadeAccessor ( ) : string
return string