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