eZ\Publish\Core\REST\Client\Values\ContentTypeGroupRefList::__construct PHP Method

__construct() public method

public __construct ( ContentTypeService $contentTypeService, string $listReference, array $contentTypeGroupReferences )
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService
$listReference string
$contentTypeGroupReferences array
    public function __construct(ContentTypeService $contentTypeService, $listReference, array $contentTypeGroupReferences)
    {
        $this->contentTypeService = $contentTypeService;
        $this->listReference = $listReference;
        $this->contentTypeGroupReferences = $contentTypeGroupReferences;
    }