Prado\TShellApplication::run PHP Méthode

run() public méthode

This method overrides the parent implementation by initializing application with configurations specified when it is created.
public run ( )
    public function run()
    {
        $this->initApplication();
    }
TShellApplication