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

__construct() public method

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