PHP Class ManaPHP\Facade

Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_instances array

Méthodes publiques

Méthode Description
__callStatic ( string $method, array $arguments ) : mixed Handle dynamic, static calls to the object.
getFacadeInstance ( ) : mixed Get the root object behind the facade.

Méthodes protégées

Méthode Description
getFacadeName ( ) : string Get the registered name of the component.

Method Details

__callStatic() public static méthode

Handle dynamic, static calls to the object.
public static __callStatic ( string $method, array $arguments ) : mixed
$method string
$arguments array
Résultat mixed

getFacadeInstance() public static méthode

Get the root object behind the facade.
public static getFacadeInstance ( ) : mixed
Résultat mixed

getFacadeName() protected static méthode

Get the registered name of the component.
protected static getFacadeName ( ) : string
Résultat string

Property Details

$_instances protected_oe static_oe property

protected static array $_instances
Résultat array