PHP 클래스 Altax\Foundation\ModuleFacade

파일 보기 프로젝트 열기: kohkimakimoto/altax 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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