app\modules\backend\controllers\DefaultController::actionIndex PHP 메소드

actionIndex() 공개 메소드

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