22 $group = $command->getGroup();
24 ->setCollabId($group->getId())
25 ->setOptions($this->options)
28 $service = ServiceLocator::getInstance()->get(
'socialnetwork.collab.option.service');
30 $optionResult =
$service->set($optionCommand);
32 if (!$optionResult->isSuccess())
34 $result->addErrors($optionResult->getErrors());