PHP Class ManaPHP\Facade

Datei anzeigen Open project: manaphp/manaphp

Protected Properties

Property Type Description
$_instances array

Public Methods

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

Protected Methods

Method Description
getFacadeName ( ) : string Get the registered name of the component.

Method Details

__callStatic() public static method

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

getFacadeInstance() public static method

Get the root object behind the facade.
public static getFacadeInstance ( ) : mixed
return mixed

getFacadeName() protected static method

Get the registered name of the component.
protected static getFacadeName ( ) : string
return string

Property Details

$_instances protected_oe static_oe property

protected static array $_instances
return array