コード例 #1
0
ファイル: navigation.php プロジェクト: netconstructor/forkcms
 /**
  * Set the path for the template
  *
  * @return	void
  * @param	string $path	The path to set.
  */
 private function setTemplatePath($path)
 {
     self::$templatePath = (string) $path;
 }
コード例 #2
0
ファイル: navigation.php プロジェクト: naujasdizainas/forkcms
 /**
  * Set the path for the template
  *
  * @param string $path The path to set.
  */
 public static function setTemplatePath($path)
 {
     self::$templatePath = (string) $path;
 }