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

isBinary() 개인적인 메소드

private isBinary ( Symfony\Component\Finder\SplFileInfo $file )
$file Symfony\Component\Finder\SplFileInfo
    private function isBinary(SplFileInfo $file)
    {
        $fileInfo = new FileInfo($file->getPathname(), $this->params['text_extensions']);
        return false === $fileInfo->hasPredefinedExtension();
    }