PHP Class Sulu\Component\Content\Export\ContentExportManager

Inheritance: implements Sulu\Component\Content\Export\ContentExportManagerInterface
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$contentTypeManager Sulu\Component\Content\ContentTypeManagerInterface
$contentTypeOptions array

Méthodes publiques

Méthode Description
__construct ( Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
add ( $contentTypeName, $format, $options )
export ( $contentTypeName, $propertyValue )
getOptions ( $contentTypeName, $format )
hasExport ( $contentTypeName, $format )

Méthodes protégées

Méthode Description
existOptions ( $contentTypeName, $format ) : boolean

Method Details

__construct() public méthode

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

add() public méthode

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

existOptions() protected méthode

protected existOptions ( $contentTypeName, $format ) : boolean
$contentTypeName
$format
Résultat boolean

export() public méthode

public export ( $contentTypeName, $propertyValue )

getOptions() public méthode

public getOptions ( $contentTypeName, $format )

hasExport() public méthode

public hasExport ( $contentTypeName, $format )

Property Details

$contentTypeManager protected_oe property

protected ContentTypeManagerInterface,Sulu\Component\Content $contentTypeManager
Résultat Sulu\Component\Content\ContentTypeManagerInterface

$contentTypeOptions protected_oe property

protected array $contentTypeOptions
Résultat array