eZ\Publish\Core\REST\Server\Input\Parser\FieldDefinitionCreate::__construct PHP Method

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\ContentTypeService $contentTypeService, FieldTypeParser $fieldTypeParser, ParserTools $parserTools )
$contentTypeService eZ\Publish\API\Repository\ContentTypeService
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
    public function __construct(ContentTypeService $contentTypeService, FieldTypeParser $fieldTypeParser, ParserTools $parserTools)
    {
        $this->contentTypeService = $contentTypeService;
        $this->fieldTypeParser = $fieldTypeParser;
        $this->parserTools = $parserTools;
    }
FieldDefinitionCreate