[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/config/core/Setting/ -> SettingMulticheckbox.php (summary)

(no description)

File Size: 162 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SettingMulticheckbox:: (4 methods):
  update()
  html()
  str2array()
  array2str()


Class: SettingMulticheckbox  - X-Ref

Class setting_multicheckbox

update($input)   X-Ref
No description

html(\admin_plugin_config $plugin, $echo = false)   X-Ref
No description

str2array($str)   X-Ref
convert comma separated list to an array and combine any complimentary values

param: string $str
return: array

array2str($input)   X-Ref
convert array of values + other back to a comma separated list, incl. splitting any combined values

param: array $input
return: string