From a939d432e8277f7c7fe336ff0326a44669d8fb62 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 15 Jan 2007 21:11:07 +0100 Subject: added missing functions to renderer base class darcs-hash:20070115201107-7ad00-a393183d8bc36296678f3f76adc43b5d5bec35a1.gz --- inc/parser/renderer.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'inc') diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php index 90b0f8627..79e5e45fa 100644 --- a/inc/parser/renderer.php +++ b/inc/parser/renderer.php @@ -162,6 +162,8 @@ class Doku_Renderer { // $link like 'SomePage' function camelcaselink($link) {} + function locallink($hash, $name = NULL) {} + // $link like 'wiki:syntax', $title could be an array (media) function internallink($link, $title = NULL) {} @@ -182,6 +184,12 @@ class Doku_Renderer { // function email($address, $title = NULL) {} function emaillink($address, $name = NULL) {} + function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, + $height=NULL, $cache=NULL, $linking=NULL) {} + + function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL, + $height=NULL, $cache=NULL, $linking=NULL) {} + function internalmedialink ( $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL ) {} -- cgit v1.2.3