Jarves\Controller\ObjectCrudController::addItemAction PHP Method

addItemAction() public method

public addItemAction ( Request $request, FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : mixed
$request Symfony\Component\HttpFoundation\Request
$paramFetcher FOS\RestBundle\Request\ParamFetcher
return mixed
    public function addItemAction(Request $request, ParamFetcher $paramFetcher)
    {
        return $this->add($request);
    }