Exemplo n.º 1
0
 public function __construct()
 {
     $this->cachePath = FilesHelper::normalizePath($this->cachePath);
 }
Exemplo n.º 2
0
 public function getFilename()
 {
     return FilesHelper::normalizePath($this->path . $this->file);
 }