PHP 인터페이스 Sonata\Exporter\Writer\TypedWriterInterface

저자: Grégoire Paris ([email protected])
상속: extends Sonata\Exporter\Writer\WriterInterface
파일 보기 프로젝트 열기: sonata-project/exporter

공개 메소드들

메소드 설명
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