PHP Класс Sulu\Component\Content\Export\ContentExportManager

Наследование: implements Sulu\Component\Content\Export\ContentExportManagerInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$contentTypeManager Sulu\Component\Content\ContentTypeManagerInterface
$contentTypeOptions array

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

Метод Описание
__construct ( Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
add ( $contentTypeName, $format, $options )
export ( $contentTypeName, $propertyValue )
getOptions ( $contentTypeName, $format )
hasExport ( $contentTypeName, $format )

Защищенные методы

Метод Описание
existOptions ( $contentTypeName, $format ) : boolean

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

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

public __construct ( Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
$contentTypeManager Sulu\Component\Content\ContentTypeManagerInterface

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

public add ( $contentTypeName, $format, $options )

existOptions() защищенный Метод

protected existOptions ( $contentTypeName, $format ) : boolean
$contentTypeName
$format
Результат boolean

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

public export ( $contentTypeName, $propertyValue )

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

public getOptions ( $contentTypeName, $format )

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

public hasExport ( $contentTypeName, $format )

Описание свойств

$contentTypeManager защищенное свойство

protected ContentTypeManagerInterface,Sulu\Component\Content $contentTypeManager
Результат Sulu\Component\Content\ContentTypeManagerInterface

$contentTypeOptions защищенное свойство

protected array $contentTypeOptions
Результат array