Home
last modified time | relevance | path

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

/plugin/struct/action/
H A Dedit.php145 $html .= $this->makeField($field, self::$VAR . "[$tablename][$label]");
159 public function makeField(Value $field, $name)
156 public function makeField(Value $field, $name) global() function in action_plugin_struct_edit
H A Daggregationeditor.php179 echo $edit->makeField($field, "entry[$label]");
/plugin/struct/helper/
H A Dfield.php101 $field = $this->makeField($value, $params['name']);
196 protected function makeField(Value $field, $name)
190 protected function makeField(Value $field, $name) global() function in helper_plugin_struct_field