Textpattern | PHP Cross Reference | Content Management Systems |
Description: Help subsystem.
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HelpAdmin:: (5 methods):
init()
pophelp_load()
pophelp_keys()
pophelp()
dashboard()
init() line: 44 |
Constructor. |
pophelp_load($lang) line: 62 |
Load given pophelp.xml file Also load fallback file if it's not the same language. param: string $lang |
pophelp_keys($group) line: 92 |
Fetch pophelp group keys. param: string $group The help topic group to return |
pophelp($string = '', $lang = null) line: 114 |
Popup help topic. param: string $string The help topic item identifier to return param: string $lang The language in which to return the topic. Default=current |
dashboard() line: 186 |
Stub, awaiting implementation. |
title