removeAssignment example

$category->internalSetPath($path);

        return $category;
    }

    /** * @param int $articleId * @param int $categoryId */
    public function backlogRemoveAssignment($articleId$categoryId)
    {
        $this->getCategoryComponent()->removeAssignment($articleId$categoryId);
    }

    /** * @param int $articleId * @param int $categoryId */
    public function backlogAddAssignment($articleId$categoryId)
    {
        $this->getCategoryComponent()->addAssignment($articleId$categoryId);
    }

    
Home | Imprint | This part of the site doesn't use cookies.