Fenos\Notifynder\Groups\GroupManager::addCategoryToGroupById PHP Méthode

addCategoryToGroupById() public méthode

Add category to a group giving the ids of them.
public addCategoryToGroupById ( $groupId, $categoryId ) : mixed
$groupId
$categoryId
Résultat mixed
    public function addCategoryToGroupById($groupId, $categoryId)
    {
        return $this->groupCategory->addCategoryToGroupById($groupId, $categoryId);
    }