Sulu\Bundle\CategoryBundle\Controller\CategoryController::patchAction PHP Метод

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

Properties which are not set in the request will not be changed.
public patchAction ( Request $request, $id ) : Response
$request Symfony\Component\HttpFoundation\Request
$id
Результат Symfony\Component\HttpFoundation\Response
    public function patchAction(Request $request, $id)
    {
        return $this->saveCategory($request, $id, true);
    }