summaryrefslogtreecommitdiff
path: root/inc/parser/renderer.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/renderer.php')
-rw-r--r--inc/parser/renderer.php8
1 files changed, 8 insertions, 0 deletions
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
) {}