Esempio n. 1
0
 /**
  * Validates the not_in requirements.
  * @return boolean
  */
 private function validateNotIn()
 {
     if (in_array($this->configuration->checkString(), $this->configuration->rules()->get(Plexity::RULE_NOT_IN))) {
         return false;
     }
     return true;
 }