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

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

Méthodes publiques

Méthode Description
__construct ( ParserTools $parserTools, FieldTypeParser $fieldTypeParser )
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\ContentType\FieldDefinition Parse input structure.

Method Details

__construct() public méthode

public __construct ( ParserTools $parserTools, FieldTypeParser $fieldTypeParser )
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser

parse() public méthode

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\ContentType\FieldDefinition
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
Résultat eZ\Publish\API\Repository\Values\ContentType\FieldDefinition

Property Details

$fieldTypeParser protected_oe property

protected FieldTypeParser,eZ\Publish\Core\REST\Common\Input $fieldTypeParser
Résultat eZ\Publish\Core\REST\Common\Input\FieldTypeParser

$parserTools protected_oe property

protected ParserTools,eZ\Publish\Core\REST\Common\Input $parserTools
Résultat eZ\Publish\Core\REST\Common\Input\ParserTools