Ouzo\SampleController::index PHP Method

index() public method

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