Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function validateUserValue($values)
 {
     if ($this->_dateExists() || $this->_timeExists()) {
         return parent::validateUserValue($this->formatValues($values));
     }
     return $this;
 }