예제 #1
0
파일: NotIn.php 프로젝트: Maksold/platform
 /**
  * {@inheritdoc}
  */
 protected function isConditionAllowed($context)
 {
     return !parent::isConditionAllowed($context);
 }