PHP Class luya\web\Bootstrap

Author: nadar
Inheritance: extends luya\base\BaseBootstrap
Datei anzeigen Open project: luyadev/luya

Public Methods

Method Description
beforeRun ( $app ) Before bootstrap run process.
run ( $app ) Invokes the bootstraping process.

Method Details

beforeRun() public method

Before bootstrap run process.
See also: luya\base\BaseBootstrap::beforeRun()
public beforeRun ( $app )

run() public method

Invokes the bootstraping process.
See also: luya\base\BaseBootstrap::run()
public run ( $app )