PHP Интерфейс Sulu\Component\Content\Export\ContentExportManagerInterface

Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
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