Yosymfony\Spress\Core\DataSource\Filesystem\FilesystemDataSource::getAttributesFilename PHP 메소드

getAttributesFilename() 개인적인 메소드

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