diff --git a/action.php b/action.php index 274e3ac..1b66573 100644 --- a/action.php +++ b/action.php @@ -67,7 +67,7 @@ public function getCurrentBookChapter() /** * Register the events * - * @param Doku_Event_Handler $controller + * @param EventHandler $controller */ public function register(EventHandler $controller) { @@ -79,7 +79,7 @@ public function register(EventHandler $controller) /** * Do the HTML to PDF conversion work * - * @param Doku_Event $event + * @param Event $event */ public function convert(Event $event) { @@ -140,7 +140,7 @@ public function convert(Event $event) * - Return a title and selection, throw otherwise an exception * - Check permisions * - * @param Doku_Event $event + * @param Event $event * @return array * @throws Exception */ @@ -406,7 +406,7 @@ protected function wikiToDW2PDF($id, $rev = '', $date_at = '') * Build a pdf from the html * * @param string $cachefile - * @param Doku_Event $event + * @param Event $event * @throws MpdfException */ protected function generatePDF($cachefile, $event) @@ -1051,7 +1051,7 @@ public function getExportConfig($name, $notset = false) /** * Add 'export pdf'-button to pagetools * - * @param Doku_Event $event + * @param Event $event */ public function addbutton(Event $event) { @@ -1081,7 +1081,7 @@ public function addbutton(Event $event) /** * Add 'export pdf' button to page tools, new SVG based mechanism * - * @param Doku_Event $event + * @param Event $event */ public function addsvgbutton(Event $event) {