PHP Interface Sulu\Component\Content\ContentTypeExportInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
exportData ( mixed $propertyValue ) : string
importData ( PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\PropertyInterface $property, mixed $value, integer $userId, string $webspaceKey, string $languageCode, string $segmentKey = null )

Method Details

exportData() public méthode

public exportData ( mixed $propertyValue ) : string
$propertyValue mixed
Résultat string

importData() public méthode

public importData ( PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\PropertyInterface $property, mixed $value, integer $userId, string $webspaceKey, string $languageCode, string $segmentKey = null )
$node PHPCR\NodeInterface
$property Sulu\Component\Content\Compat\PropertyInterface
$value mixed
$userId integer
$webspaceKey string
$languageCode string
$segmentKey string