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));
    }