app\modules\backend\controllers\DefaultController::actionIndex PHP Méthode

actionIndex() public méthode

Application dashboard.
public actionIndex ( ) : string
Résultat string
    public function actionIndex()
    {
        return $this->render('index');
    }