yii\gii\controllers\DefaultController::actionIndex PHP Метод

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

public actionIndex ( )
    public function actionIndex()
    {
        $this->layout = 'main';
        return $this->render('index');
    }