Home
last modified time | relevance | path

Searched refs:get_rule (Results 1 – 2 of 2) sorted by relevance

/plugin/bez/mdl/
H A DEntity.php96 $rule = $this->validator->get_rule('content');
124 $rule = $this->validator->get_rule($field);
H A DValidator.php31 public function get_rule($field) { function in dokuwiki\\plugin\\bez\\mdl\\Validator