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

Показать файл Открыть проект

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

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

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

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

public exportData ( mixed $propertyValue ) : string
$propertyValue mixed
Результат string

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

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