From 946554ff4b03d81f32375832b8b50883a3ffeedf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:52:06 -0700 Subject: doc update --- doc/html/classTemplate.html | 121 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 115 insertions(+), 6 deletions(-) (limited to 'doc/html/classTemplate.html') diff --git a/doc/html/classTemplate.html b/doc/html/classTemplate.html index 5d6db9bbc..103d07694 100644 --- a/doc/html/classTemplate.html +++ b/doc/html/classTemplate.html @@ -108,17 +108,29 @@ $(document).ready(function(){initNavTree('classTemplate.html','');});
Public Member Functions | Public Attributes | +Static Public Attributes | Private Member Functions | List of all members
Template Class Reference
+
+Inheritance diagram for Template:
+
+
+ + +ITemplateEngine + +
- - + + + +

Public Member Functions

 replace ($s, $r)
 
 replace_macros ($s, $r)
 
 get_markup_template ($file, $root='')
 
@@ -141,6 +153,11 @@ Public Attributes

Public Attributes

 $debug =false
 
+ + + +

+Static Public Attributes

static $name ="internal"
 
@@ -167,6 +184,8 @@ Private Member Functions + +

Private Member Functions

 _preg_error ()
 
 var_replace ($s)
 
 replace ($s, $r)
 

Member Function Documentation

@@ -191,7 +210,7 @@ Private Member Functions
-

Referenced by replace().

+

Referenced by replace_macros().

@@ -277,7 +296,7 @@ Private Member Functions
-

Referenced by _build_nodes(), and replace().

+

Referenced by _build_nodes(), and replace_macros().

@@ -457,11 +476,44 @@ Private Member Functions
+
+ + +
+
+ + + + + + + + + + + + + + + + + + +
Template::get_markup_template ( $file,
 $root = '' 
)
+
+ +

Implements ITemplateEngine.

+ +

Referenced by _replcb_inc().

+
+ + + + + +
@@ -481,10 +533,45 @@ Private Member Functions
Template::replace
+
+private

Referenced by _replcb_for(), and _replcb_inc().

+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Template::replace_macros ( $s,
 $r 
)
+
+ +

Implements ITemplateEngine.

+ +

Referenced by replace().

+
@@ -510,7 +597,7 @@ Private Member Functions

regexp: $ literal $ ([)? optional open square bracket ([a-zA-Z0-9-_]+.?)+ var name, followed by optional dot, repeated at least 1 time (?(1)]) if there was opened square bracket (subgrup 1), match close bracket

-

Referenced by replace().

+

Referenced by replace_macros().

@@ -561,6 +648,28 @@ Private Member Functions
+
+ + +
+
+ + + + + +
+ + + + +
Template::$name ="internal"
+
+static
+
+ +

Referenced by _get_var().

+
@@ -585,7 +694,7 @@ Private Member Functions
-

Referenced by _get_var(), _replcb_for(), _replcb_inc(), and replace().

+

Referenced by _get_var(), _replcb_for(), _replcb_inc(), replace(), and replace_macros().

-- cgit v1.2.3