1 | <?php |
||
5 | class RegexFieldValidator extends FieldValidator |
||
6 | { |
||
7 | |||
8 | private $pattern, |
||
9 | $localPattern; |
||
10 | |||
11 | public function __construct ($pattern, $errorMsg, $localPattern = null) |
||
17 | |||
18 | public function getJsonData () |
||
24 | |||
25 | public function isValid ($value) |
||
29 | |||
30 | public function describeObject () |
||
34 | |||
35 | } |