Home
last modified time | relevance | path

Searched refs:checktypes (Results 1 – 3 of 3) sorted by relevance

/plugin/bureaucracyau/helper/
H A Dfield.php26 protected $checktypes = array( variable in helper_plugin_bureaucracyau_field
128 … if (!isset($this->checktypes[$t]) || !method_exists($this, 'validate_' . $this->checktypes[$t])) {
319 $checktype = $this->checktypes[$check['t']];
/plugin/bureaucracy-au/helper/
H A Dfield.php26 protected $checktypes = array( variable in helper_plugin_bureaucracyau_field
128 … if (!isset($this->checktypes[$t]) || !method_exists($this, 'validate_' . $this->checktypes[$t])) {
319 $checktype = $this->checktypes[$check['t']];
/plugin/bureaucracy/helper/
H A Dfield.php26 protected $checktypes = array( variable in helper_plugin_bureaucracy_field
128 … if (!isset($this->checktypes[$t]) || !method_exists($this, 'validate_' . $this->checktypes[$t])) {
319 $checktype = $this->checktypes[$check['t']];