PHP Class eZ\Publish\Core\REST\Client\Input\Parser\FieldDefinitionList

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$contentTypeService eZ\Publish\API\Repository\ContentTypeService
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

Public Methods

Method Description
__construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : FieldDefinitionList Parse input structure.

Method Details

__construct() public method

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() public method

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

Property Details

$contentTypeService protected property

protected ContentTypeService,eZ\Publish\API\Repository $contentTypeService
return eZ\Publish\API\Repository\ContentTypeService

$parserTools protected property

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