added notes on purpose of the mustache subclasses.

This commit is contained in:
Justin Hileman
2010-04-06 01:07:13 -04:00
parent a9cdfc08fc
commit 88f67fc53e
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@
* This is an extended Mustache class which contains file handling for templates
* and partial templates.
*
* Once it's a bit more complete, this class will be merged with the parent Mustache class
* to provide a full-featured view layer...
*
* @extends Mustache
*/
class HandlebarMustache extends Mustache {
+2
View File
@@ -3,6 +3,8 @@
/**
* TraversableMustache class.
*
* This is an implementaiton of the DOT_NOTATION pragma.
*
* A Mustache subclass which allows variable traversal via dots, i.e.:
*
* @code