Exemplo n.º 1
0
 private function getAttributesFilename(splfileinfo $file)
 {
     $relativePathname = $this->normalizeDirSeparator($file->getRelativePathname());
     return $this->composeSubPath(sprintf('content/%s.meta', $relativePathname));
 }
Exemplo n.º 2
0
 private function getAttributesFilename(splfileinfo $file)
 {
     return $this->composeSubPath(sprintf('content/%s.meta', $file->getRelativePathname()));
 }