Searched +full:validation +full:exception +full:futureonly +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 2 of 2) sorted by relevance
13 'futureonly' => false66 * This function needs to throw a validation exception when validation fails.67 * The exception message will be prefixed by the appropriate field on output85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {86 throw new ValidationException('futureonly');
16 'futureonly' => false,64 * This function needs to throw a validation exception when validation fails.65 * The exception message will be prefixed by the appropriate field on output85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {86 throw new ValidationException('futureonly');