PHP Класс Altax\Foundation\ModuleFacade

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$container see https://github.com/laravel/framework The MIT License (MIT) Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
$resolvedInstance

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

Метод Описание
__callStatic ( string $method, array $args ) : mixed Handle dynamic, static calls to the object.
clearResolvedInstance ( string $name ) : void Clear a resolved facade instance.
clearResolvedInstances ( ) : void Clear all of the resolved instances.
getContainer ( ) : Illuminate\Foundation\Application Get the application instance behind the facade.
getModuleName ( ) : string Get the registered name of the component.
setContainer ( $container ) : void Set the application instance.

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

Метод Описание
resolveModuleInstance ( string $name ) : mixed Resolve the facade root instance from the container.

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

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

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

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

Clear a resolved facade instance.
public static clearResolvedInstance ( string $name ) : void
$name string
Результат void

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

Clear all of the resolved instances.
public static clearResolvedInstances ( ) : void
Результат void

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

Get the application instance behind the facade.
public static getContainer ( ) : Illuminate\Foundation\Application
Результат Illuminate\Foundation\Application

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

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

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

Resolve the facade root instance from the container.
protected static resolveModuleInstance ( string $name ) : mixed
$name string
Результат mixed

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

Set the application instance.
public static setContainer ( $container ) : void
Результат void

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

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

see https://github.com/laravel/framework The MIT License (MIT) Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
protected static $container

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

protected static $resolvedInstance