Lines Matching defs:input
37 * update setting with user provided value $input
40 * @param string $input
43 public function update($input)
45 if (is_null($input)) return false;
48 $input = $this->fromString($input);
51 if ($value == $input) return false;
53 foreach ($input as $item) {
56 $this->input = $input;
61 $this->local = $input;
74 $value = $this->input;
83 $input = '<input id="config___' . $key . '" name="config[' . $key .
85 return [$label, $input];