コード例 #1
0
 public function __construct()
 {
     $this->cachePath = FilesHelper::normalizePath($this->cachePath);
 }
コード例 #2
0
ファイル: Renderer.php プロジェクト: rodrigoul/syph-framework
 public function getFilename()
 {
     return FilesHelper::normalizePath($this->path . $this->file);
 }