PHP 인터페이스 Sulu\Component\Content\Export\ContentExportManagerInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
add ( $contentTypeName, $format, $options ) Add ContentType and the format.
export ( $contentTypeName, $propertyValue ) Export data for document by given Content-Type.
getOptions ( $contentTypeName, $format ) : array Returns the export options by the given content-type.
hasExport ( $contentTypeName, $format ) : boolean Checks the content-type if this has an export.

메소드 상세

add() 공개 메소드

This will be set on the Content-Type Service.
public add ( $contentTypeName, $format, $options )
$contentTypeName
$format
$options

export() 공개 메소드

Export data for document by given Content-Type.
public export ( $contentTypeName, $propertyValue )
$contentTypeName
$propertyValue

getOptions() 공개 메소드

Returns the export options by the given content-type.
public getOptions ( $contentTypeName, $format ) : array
$contentTypeName
$format
리턴 array

hasExport() 공개 메소드

Checks the content-type if this has an export.
public hasExport ( $contentTypeName, $format ) : boolean
$contentTypeName
$format
리턴 boolean