eZ\Publish\Core\REST\Client\Values\Content\ContentInfo::__construct PHP Метод

__construct() публичный Метод

public __construct ( ContentTypeService $contentTypeService, array $data = [] )
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService
$data array
    public function __construct(ContentTypeService $contentTypeService, array $data = array())
    {
        parent::__construct($data);
        $this->contentTypeService = $contentTypeService;
    }
ContentInfo