From: <gem...@li...> - 2012-02-07 11:26:52
|
Revision: 455 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=455&view=rev Author: matijsdejong Date: 2012-02-07 11:03:57 +0000 (Tue, 07 Feb 2012) Log Message: ----------- Extra comment Modified Paths: -------------- branches/1.5.x/library/classes/MUtil/Html.php Modified: branches/1.5.x/library/classes/MUtil/Html.php =================================================================== --- branches/1.5.x/library/classes/MUtil/Html.php 2012-02-07 10:43:29 UTC (rev 454) +++ branches/1.5.x/library/classes/MUtil/Html.php 2012-02-07 11:03:57 UTC (rev 455) @@ -163,6 +163,12 @@ return self::$_creator; } + /** + * Returns the class used to perform the actual rendering + * of objects and items into html. + * + * @return MUtil_Html_Renderer + */ public static function getRenderer() { if (! self::$_renderer) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |