PHP Класс ManaPHP\Facade

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_instances array

Открытые методы

Метод Описание
__callStatic ( string $method, array $arguments ) : mixed Handle dynamic, static calls to the object.
getFacadeInstance ( ) : mixed Get the root object behind the facade.

Защищенные методы

Метод Описание
getFacadeName ( ) : string Get the registered name of the component.

Описание методов

__callStatic() публичный статический Метод

Handle dynamic, static calls to the object.
public static __callStatic ( string $method, array $arguments ) : mixed
$method string
$arguments array
Результат mixed

getFacadeInstance() публичный статический Метод

Get the root object behind the facade.
public static getFacadeInstance ( ) : mixed
Результат mixed

getFacadeName() защищенный статический Метод

Get the registered name of the component.
protected static getFacadeName ( ) : string
Результат string

Описание свойств

$_instances защищенное статическое свойство

protected static array $_instances
Результат array