PHP Class luya\console\Bootstrap

Author: nadar
Inheritance: extends luya\base\BaseBootstrap
Show file Open project: luyadev/luya

Public Methods

Method Description
beforeRun ( object $app ) Add missing alias names @web and @webroot.
run ( $app ) The run method must be implemented by defintion.

Method Details

beforeRun() public method

Add missing alias names @web and @webroot.
See also: luya\base\BaseBootstrap::beforeRun()
public beforeRun ( object $app )
$app object Luya CLI Application Object

run() public method

The run method must be implemented by defintion.
See also: luya\base\BaseBootstrap::run()
public run ( $app )