PHP 클래스 eZ\Publish\Core\REST\Client\Input\Parser\ContentTypeGroupRefList

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

보호된 프로퍼티들

프로퍼티 타입 설명
$contentTypeService eZ\Publish\API\Repository\ContentTypeService
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

공개 메소드들

메소드 설명
__construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : ContentTypeGroupRefList Parse input structure.

메소드 상세

__construct() 공개 메소드

public __construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
$contentTypeService eZ\Publish\API\Repository\ContentTypeService

parse() 공개 메소드

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

프로퍼티 상세

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

protected ContentTypeService,eZ\Publish\API\Repository $contentTypeService
리턴 eZ\Publish\API\Repository\ContentTypeService

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

protected ParserTools,eZ\Publish\Core\REST\Common\Input $parserTools
리턴 eZ\Publish\Core\REST\Common\Input\ParserTools