Prado\TShellApplication::run PHP Метод

run() публичный Метод

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