PHP 클래스 eZ\Publish\Core\REST\Server\Input\Parser\VersionUpdate

상속: extends eZ\Publish\Core\REST\Common\Input\BaseParser
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$contentService eZ\Publish\API\Repository\ContentService Content service.
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser FieldType parser.

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\ContentService $contentService, FieldTypeParser $fieldTypeParser ) Construct from content service.
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct Parse input structure.

메소드 상세

__construct() 공개 메소드

Construct from content service.
public __construct ( eZ\Publish\API\Repository\ContentService $contentService, FieldTypeParser $fieldTypeParser )
$contentService eZ\Publish\API\Repository\ContentService
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser

parse() 공개 메소드

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
리턴 eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct

프로퍼티 상세

$contentService 보호되어 있는 프로퍼티

Content service.
protected ContentService,eZ\Publish\API\Repository $contentService
리턴 eZ\Publish\API\Repository\ContentService

$fieldTypeParser 보호되어 있는 프로퍼티

FieldType parser.
protected FieldTypeParser,eZ\Publish\Core\REST\Common\Input $fieldTypeParser
리턴 eZ\Publish\Core\REST\Common\Input\FieldTypeParser