Esempio n. 1
0
 /**
  * Check if the element is valid by using the valid object
  *
  * @return bool True if valid
  */
 public function isValid()
 {
     return $this->valid->isValid() && empty($this->customErrors);
 }