Ouzo\RestfulController::fresh PHP Method

fresh() public method

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