PHP 인터페이스 Sulu\Component\Content\ContentTypeExportInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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