Akeneo\Component\SpreadsheetParser\SpreadsheetLoader::getType PHP 메소드

getType() 보호된 메소드

Returns the type for a path
protected getType ( string $path ) : string
$path string
리턴 string
    protected function getType($path)
    {
        return strtolower(pathinfo($path, PATHINFO_EXTENSION));
    }