PHP Trait Webiny\Component\Bootstrap\ApplicationTraits\AppTrait

Afficher le fichier Open project: Webiny/Framework

Méthodes publiques

Méthode Description
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.

Method Details

app() public méthode

Get current application instance.
public app ( ) : Application
Résultat Webiny\Component\Bootstrap\ApplicationClasses\Application

setAppInstance() public méthode

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

setUp() public méthode

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