Home
last modified time | relevance | path

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

/plugin/struct/types/
H A DDate.php13 'futureonly' => false
66 * This function needs to throw a validation exception when validation fails.
67 * The exception message will be prefixed by the appropriate field on output
85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {
86 throw new ValidationException('futureonly');
H A DDateTime.php16 '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 output
85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {
86 throw new ValidationException('futureonly');