Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function unbindRuleFromEntity($ruleIds, $entityIds, $entityType)
 {
     $pluginInfo = $this->pluginList->getNext($this->subjectType, 'unbindRuleFromEntity');
     if (!$pluginInfo) {
         return parent::unbindRuleFromEntity($ruleIds, $entityIds, $entityType);
     } else {
         return $this->___callPlugins('unbindRuleFromEntity', func_get_args(), $pluginInfo);
     }
 }