PHP 클래스 Ergo, ergo

파일 보기 프로젝트 열기: 99designs/ergo 1 사용 예제들

공개 메소드들

메소드 설명
__callStatic ( $method, $arguments ) Delegates static calls to the internal {@link Application} object
application ( ) Gets the current application instance
autostart ( $application ) Registers an application to be started when it's first called
isStarted ( ) Whether the application instance is started.
isStarting ( ) Whether the application instance is currently starting.
shutdown ( ) Called as a shutdown function, calls stop() if required
start ( $application ) Starts a particular application instance
stop ( ) Stops the current application instance

메소드 상세

__callStatic() 정적인 공개 메소드

Delegates static calls to the internal {@link Application} object
static public __callStatic ( $method, $arguments )

application() 공개 정적인 메소드

Gets the current application instance
public static application ( )

autostart() 공개 정적인 메소드

Registers an application to be started when it's first called
public static autostart ( $application )

isStarted() 공개 정적인 메소드

Whether the application instance is started.
public static isStarted ( )

isStarting() 공개 정적인 메소드

Whether the application instance is currently starting.
public static isStarting ( )

shutdown() 공개 정적인 메소드

Called as a shutdown function, calls stop() if required
public static shutdown ( )

start() 공개 정적인 메소드

Starts a particular application instance
public static start ( $application )

stop() 공개 정적인 메소드

Stops the current application instance
public static stop ( )