PHP Class Facade

Afficher le fichier Open project: laravel/valet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

containerKey() public static méthode

The key for the binding in the container.
public static containerKey ( ) : string
Résultat string