Esempio n. 1
0
 /**
  * Set the path for the template
  *
  * @return	void
  * @param	string $path	The path to set.
  */
 private function setTemplatePath($path)
 {
     self::$templatePath = (string) $path;
 }
Esempio n. 2
0
 /**
  * Set the path for the template
  *
  * @param string $path The path to set.
  */
 public static function setTemplatePath($path)
 {
     self::$templatePath = (string) $path;
 }