PHP 트레잇 Webiny\Component\Bootstrap\ApplicationTraits\AppTrait

파일 보기 프로젝트 열기: Webiny/Framework

공개 메소드들

메소드 설명
app ( ) : Application Get current application instance.
setAppInstance ( Application $app = null ) Set the application instance.
setUp ( ) Overwrite this method in order to issue some operations, before the action method is called.

메소드 상세

app() 공개 메소드

Get current application instance.
public app ( ) : Application
리턴 Webiny\Component\Bootstrap\ApplicationClasses\Application

setAppInstance() 공개 메소드

Set the application instance.
public setAppInstance ( Application $app = null )
$app Webiny\Component\Bootstrap\ApplicationClasses\Application Application instance.

setUp() 공개 메소드

Overwrite this method in order to issue some operations, before the action method is called.
public setUp ( )