PHP 클래스 ManaPHP\Facade

파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

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