From a47971aefd2bee45f4e57dd1fc3ea24bb370881f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jun 2014 18:32:40 +0200 Subject: Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation. --- doc/old/html/interfaceITemplateEngine.html | 197 +++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 doc/old/html/interfaceITemplateEngine.html (limited to 'doc/old/html/interfaceITemplateEngine.html') diff --git a/doc/old/html/interfaceITemplateEngine.html b/doc/old/html/interfaceITemplateEngine.html new file mode 100644 index 000000000..ae3452db8 --- /dev/null +++ b/doc/old/html/interfaceITemplateEngine.html @@ -0,0 +1,197 @@ + + + + + + +The Red Matrix: ITemplateEngine Interface Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ITemplateEngine Interface Reference
+
+
+
+Inheritance diagram for ITemplateEngine:
+
+
+ + +FriendicaSmartyEngine +Template + +
+ + + + + + +

+Public Member Functions

 replace_macros ($s, $v)
 
 get_markup_template ($file, $root='')
 
+

Detailed Description

+

Interface for template engines

+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
ITemplateEngine::get_markup_template ( $file,
 $root = '' 
)
+
+ +

Implemented in Template, and FriendicaSmartyEngine.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
ITemplateEngine::replace_macros ( $s,
 $v 
)
+
+ +

Implemented in Template, and FriendicaSmartyEngine.

+ +
+
+
The documentation for this interface was generated from the following file: +
+
+ -- cgit v1.2.3