[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 85 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SettingArray:: (4 methods):
fromString()
fromArray()
update()
html()
Class: SettingArray - X-Ref
Class setting_arrayfromString($string) X-Ref |
Create an array from a string return: array param: string $string |
fromArray($array) X-Ref |
Create a string from an array return: string param: array $array |
update($input) X-Ref |
update setting with user provided value $input if value fails error check, save it return: bool true if changed, false otherwise (incl. on error) param: string $input |
html(\admin_plugin_config $plugin, $echo = false) X-Ref |
No description |