Searched refs:_validate_value (Results 1 – 1 of 1) sorted by relevance
/plugin/groupmail/ |
H A D | syntax.php | 345 private function _validate_value($val, $typ, $as_array=False, $multiline=False){ function in syntax_plugin_groupmail 348 foreach ($val as $v) { $this->_validate_value($v, $typ, False, $multiline); } 419 $this->_validate_value($name, 'name'); 420 $this->_validate_value($email, 'email'); 421 $this->_validate_value($subject, 'subject'); 422 $this->_validate_value($to, 'to', True); 423 $this->_validate_value($css, 'cc', True); 424 $this->_validate_value($bccs, 'bcc', True); 425 $this->_validate_value($comment, 'content', False, True);
|