Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function deleteGroup(GroupInterface $group)
 {
     if (!$group instanceof \Persistent) {
         throw new \InvalidArgumentException('This group instance is not supported by the Propel GroupManager implementation');
     }
     $group->delete();
 }