Skip to content
Snippets Groups Projects
Commit a939d432 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

added missing functions to renderer base class

darcs-hash:20070115201107-7ad00-a393183d8bc36296678f3f76adc43b5d5bec35a1.gz
parent 76bbcac2
No related branches found
No related tags found
No related merge requests found
......@@ -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
) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment