Screen\Image\Types\Type::getFormat PHP Метод

getFormat() публичный Метод

Gets the image format
public getFormat ( ) : string
Результат string
    public function getFormat()
    {
        return static::FORMAT;
    }