Example #1
0
 /**
  * Constructor
  *
  * @param	string		Path to template plugins directory
  * @return	@e boolean
  */
 public function __construct($template_plugins_class_path = '')
 {
     self::$template_plugins_class_path = $template_plugins_class_path;
     $this->IPS_CACHE_PATH = $this->root_path . $this->cache_dir . '/cacheid_' . $this->cache_id;
     return true;
 }