AuthSampleController::index PHP Метод

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

public index ( )
    public function index()
    {
        $this->layout->renderAjax('index');
        $this->layout->unsetLayout();
    }
AuthSampleController