PHP Class Facade

Show file Open project: laravel/valet Class Usage Examples

Public Methods

Method Description
__callStatic ( string $method, array $parameters ) : mixed Call a non-static method on the facade.
containerKey ( ) : string The key for the binding in the container.

Method Details

__callStatic() public static method

Call a non-static method on the facade.
public static __callStatic ( string $method, array $parameters ) : mixed
$method string
$parameters array
return mixed

containerKey() public static method

The key for the binding in the container.
public static containerKey ( ) : string
return string