mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +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.
|
* a list of hook objects with getHookObjects() and call the hooks yourself.
|
||||||
*
|
*
|
||||||
* @params string $hook name of hook
|
* @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) { /* {{{ */
|
function callHook($hook) { /* {{{ */
|
||||||
$tmp = explode('_', get_class($this));
|
$tmp = explode('_', get_class($this));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user