From 88f67fc53eff6e3077138ba7849007f29db131e7 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 6 Apr 2010 01:07:13 -0400 Subject: [PATCH] added notes on purpose of the mustache subclasses. --- HandlebarMustache.php | 3 +++ TraversableMustache.php | 2 ++ 2 files changed, 5 insertions(+) diff --git a/HandlebarMustache.php b/HandlebarMustache.php index 489a20a..7dbdb8b 100644 --- a/HandlebarMustache.php +++ b/HandlebarMustache.php @@ -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 { diff --git a/TraversableMustache.php b/TraversableMustache.php index a898740..79dfc8e 100644 --- a/TraversableMustache.php +++ b/TraversableMustache.php @@ -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