Ouzo\RestfulController::create PHP Method

create() public method

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