diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-06-30 22:41:51 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-06-30 22:41:51 +0200 |
commit | 67b479b256ae7436b507860d32ee7e0b29b1657a (patch) | |
tree | 6f6cc63bf382d9475cddea494442d2f4d37fc059 /lib/plugins/action.php | |
parent | 2b6c681901bfed9efc7d09dca27aee308d48341d (diff) | |
download | rpg-67b479b256ae7436b507860d32ee7e0b29b1657a.tar.gz rpg-67b479b256ae7436b507860d32ee7e0b29b1657a.tar.bz2 |
PHPDocs for remote and action
Diffstat (limited to 'lib/plugins/action.php')
-rw-r--r-- | lib/plugins/action.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/action.php b/lib/plugins/action.php index 4b5eef60a..23d94a509 100644 --- a/lib/plugins/action.php +++ b/lib/plugins/action.php @@ -16,6 +16,8 @@ class DokuWiki_Action_Plugin extends DokuWiki_Plugin { /** * Registers a callback function for a given event + * + * @param Doku_Event_Handler $controller */ public function register(Doku_Event_Handler $controller) { trigger_error('register() not implemented in '.get_class($this), E_USER_WARNING); |