schmunk42\giiant\commands\BatchController::actionIndex PHP Метод

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

Run batch process to generate models and CRUDs for all given tables.
public actionIndex ( )
    public function actionIndex()
    {
        echo "Running full giiant batch...\n";
        $this->actionModels();
        $this->actionCruds();
    }