PHP Интерфейс Sonata\Exporter\Writer\TypedWriterInterface

Автор: Grégoire Paris ([email protected])
Наследование: extends Sonata\Exporter\Writer\WriterInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
getDefaultMimeType ( ) : string There can be several mime types for a given format, this method should return the most appopriate / popular one.
getFormat ( ) : string Returns a string best describing the format of the output (the file extension is fine, for example).

Описание методов

getDefaultMimeType() публичный метод

There can be several mime types for a given format, this method should return the most appopriate / popular one.
public getDefaultMimeType ( ) : string
Результат string the mime type of the output

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

Returns a string best describing the format of the output (the file extension is fine, for example).
public getFormat ( ) : string
Результат string a string without spaces, usable in a translation string