PHP 클래스 Sulu\Component\Content\Compat\Serializer\PageBridgeHandler

상속: implements JMS\Serializer\Handler\SubscribingHandlerInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( DocumentInspector $inspector, LegacyPropertyFactory $propertyFactory, StructureMetadataFactory $structureFactory )
doDeserialize ( JMS\Serializer\VisitorInterface $visitor, array $data, array $type, JMS\Serializer\Context $context ) : PageBridge
doSerialize ( JMS\Serializer\VisitorInterface $visitor, PageBridge $bridge, array $type, JMS\Serializer\Context $context )
getSubscribingMethods ( )

메소드 상세

__construct() 공개 메소드

public __construct ( DocumentInspector $inspector, LegacyPropertyFactory $propertyFactory, StructureMetadataFactory $structureFactory )
$inspector Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
$propertyFactory Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
$structureFactory Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory

doDeserialize() 공개 메소드

public doDeserialize ( JMS\Serializer\VisitorInterface $visitor, array $data, array $type, JMS\Serializer\Context $context ) : PageBridge
$visitor JMS\Serializer\VisitorInterface
$data array
$type array
$context JMS\Serializer\Context
리턴 Sulu\Component\Content\Compat\Structure\PageBridge

doSerialize() 공개 메소드

public doSerialize ( JMS\Serializer\VisitorInterface $visitor, PageBridge $bridge, array $type, JMS\Serializer\Context $context )
$visitor JMS\Serializer\VisitorInterface
$bridge Sulu\Component\Content\Compat\Structure\PageBridge
$type array
$context JMS\Serializer\Context

getSubscribingMethods() 공개 정적인 메소드

public static getSubscribingMethods ( )