Lines Matching refs:value
50 * @param string $value
54 public function canonical(string $value): string argument
56 $value = parent::canonical($value);
59 $value = strtr($value, ['،' => ',', ',' => ',', '、' => ',']);
62 $value = strtr($value, [' ,' => ',']);
65 $value = strtr($value, [',' => ', ']);
66 $value = strtr($value, [', ' => ', ']);
68 return trim($value);
86 * @param string $value
91 public function edit(string $id, string $name, string $value, Tree $tree): string argument
93 …orm-control" type="text" id="' . e($id) . '" name="' . e($name) . '" value="' . e($value) . '" />';