mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
more documentation on return value of callHook
This commit is contained in:
parent
ed531dc35d
commit
01cd47401c
|
@ -83,7 +83,8 @@ class SeedDMS_View_Common {
|
|||
* a list of hook objects with getHookObjects() and call the hooks yourself.
|
||||
*
|
||||
* @params string $hook name of hook
|
||||
* @return string concatenated string of whatever the hook function returns
|
||||
* @return string concatenated string, merged arrays or whatever the hook
|
||||
* function returns
|
||||
*/
|
||||
function callHook($hook) { /* {{{ */
|
||||
$tmp = explode('_', get_class($this));
|
||||
|
|
Loading…
Reference in New Issue
Block a user