source = $source; } /** * put your comment there... * */ public function template() { static $template = null; // Instantiate Template library only when used. if (!$template) { cssJSToolbox::import('framework:developer:lib:template:template.php'); $template = new CJT_Framework_Developer_Lib_Template($this->source); } return $template; } } // End class.