/** * Kaltura client constructor * * @param KalturaConfiguration $config */ public function __construct(KalturaConfiguration $config) { parent::__construct($config); $this->baseEntry = new KalturaBaseEntryService($this); $this->batchcontrol = new KalturaBatchcontrolService($this); $this->batch = new KalturaBatchService($this); $this->EmailIngestionProfile = new KalturaEmailIngestionProfileService($this); $this->flavorAsset = new KalturaFlavorAssetService($this); $this->jobs = new KalturaJobsService($this); $this->media = new KalturaMediaService($this); $this->session = new KalturaSessionService($this); $this->system = new KalturaSystemService($this); $this->thumbAsset = new KalturaThumbAssetService($this); }
/** * Kaltura client constructor * * @param KalturaConfiguration $config */ public function __construct(KalturaConfiguration $config) { parent::__construct($config); $this->accessControl = new KalturaAccessControlService($this); $this->adminUser = new KalturaAdminUserService($this); $this->baseEntry = new KalturaBaseEntryService($this); $this->batchcontrol = new KalturaBatchcontrolService($this); $this->batch = new KalturaBatchService($this); $this->bulkUpload = new KalturaBulkUploadService($this); $this->category = new KalturaCategoryService($this); $this->conversionProfileAssetParams = new KalturaConversionProfileAssetParamsService($this); $this->conversionProfile = new KalturaConversionProfileService($this); $this->data = new KalturaDataService($this); $this->document = new KalturaDocumentService($this); $this->EmailIngestionProfile = new KalturaEmailIngestionProfileService($this); $this->flavorAsset = new KalturaFlavorAssetService($this); $this->flavorParams = new KalturaFlavorParamsService($this); $this->jobs = new KalturaJobsService($this); $this->liveStream = new KalturaLiveStreamService($this); $this->media = new KalturaMediaService($this); $this->mixing = new KalturaMixingService($this); $this->notification = new KalturaNotificationService($this); $this->partner = new KalturaPartnerService($this); $this->permissionItem = new KalturaPermissionItemService($this); $this->permission = new KalturaPermissionService($this); $this->playlist = new KalturaPlaylistService($this); $this->report = new KalturaReportService($this); $this->search = new KalturaSearchService($this); $this->session = new KalturaSessionService($this); $this->stats = new KalturaStatsService($this); $this->storageProfile = new KalturaStorageProfileService($this); $this->syndicationFeed = new KalturaSyndicationFeedService($this); $this->system = new KalturaSystemService($this); $this->thumbAsset = new KalturaThumbAssetService($this); $this->thumbParams = new KalturaThumbParamsService($this); $this->uiConf = new KalturaUiConfService($this); $this->upload = new KalturaUploadService($this); $this->uploadToken = new KalturaUploadTokenService($this); $this->userRole = new KalturaUserRoleService($this); $this->user = new KalturaUserService($this); $this->widget = new KalturaWidgetService($this); $this->xInternal = new KalturaXInternalService($this); }
public function __construct(KalturaConfiguration $config) { parent::__construct($config); $this->media = new KalturaMediaService($this); $this->mixing = new KalturaMixingService($this); $this->baseEntry = new KalturaBaseEntryService($this); $this->session = new KalturaSessionService($this); $this->uiConf = new KalturaUiConfService($this); $this->playlist = new KalturaPlaylistService($this); $this->user = new KalturaUserService($this); $this->widget = new KalturaWidgetService($this); $this->search = new KalturaSearchService($this); $this->partner = new KalturaPartnerService($this); $this->adminUser = new KalturaAdminUserService($this); $this->system = new KalturaSystemService($this); $this->bulkUpload = new KalturaBulkUploadService($this); $this->notification = new KalturaNotificationService($this); $this->batch = new KalturaBatchService($this); $this->report = new KalturaReportService($this); $this->conversionProfile = new KalturaConversionProfileService($this); $this->stats = new KalturaStatsService($this); }
/** * Kaltura client constructor * * @param KalturaConfiguration $config */ public function __construct(KalturaConfiguration $config) { parent::__construct($config); $this->setClientTag('php5:15-05-14'); $this->setApiVersion('3.2.0'); $this->accessControlProfile = new KalturaAccessControlProfileService($this); $this->accessControl = new KalturaAccessControlService($this); $this->adminUser = new KalturaAdminUserService($this); $this->baseEntry = new KalturaBaseEntryService($this); $this->bulkUpload = new KalturaBulkUploadService($this); $this->categoryEntry = new KalturaCategoryEntryService($this); $this->category = new KalturaCategoryService($this); $this->categoryUser = new KalturaCategoryUserService($this); $this->conversionProfileAssetParams = new KalturaConversionProfileAssetParamsService($this); $this->conversionProfile = new KalturaConversionProfileService($this); $this->data = new KalturaDataService($this); $this->deliveryProfile = new KalturaDeliveryProfileService($this); $this->document = new KalturaDocumentService($this); $this->EmailIngestionProfile = new KalturaEmailIngestionProfileService($this); $this->fileAsset = new KalturaFileAssetService($this); $this->flavorAsset = new KalturaFlavorAssetService($this); $this->flavorParamsOutput = new KalturaFlavorParamsOutputService($this); $this->flavorParams = new KalturaFlavorParamsService($this); $this->groupUser = new KalturaGroupUserService($this); $this->liveChannelSegment = new KalturaLiveChannelSegmentService($this); $this->liveChannel = new KalturaLiveChannelService($this); $this->liveReports = new KalturaLiveReportsService($this); $this->liveStats = new KalturaLiveStatsService($this); $this->liveStream = new KalturaLiveStreamService($this); $this->mediaInfo = new KalturaMediaInfoService($this); $this->mediaServer = new KalturaMediaServerService($this); $this->media = new KalturaMediaService($this); $this->mixing = new KalturaMixingService($this); $this->notification = new KalturaNotificationService($this); $this->partner = new KalturaPartnerService($this); $this->permissionItem = new KalturaPermissionItemService($this); $this->permission = new KalturaPermissionService($this); $this->playlist = new KalturaPlaylistService($this); $this->report = new KalturaReportService($this); $this->responseProfile = new KalturaResponseProfileService($this); $this->schema = new KalturaSchemaService($this); $this->search = new KalturaSearchService($this); $this->session = new KalturaSessionService($this); $this->stats = new KalturaStatsService($this); $this->storageProfile = new KalturaStorageProfileService($this); $this->syndicationFeed = new KalturaSyndicationFeedService($this); $this->system = new KalturaSystemService($this); $this->thumbAsset = new KalturaThumbAssetService($this); $this->thumbParamsOutput = new KalturaThumbParamsOutputService($this); $this->thumbParams = new KalturaThumbParamsService($this); $this->uiConf = new KalturaUiConfService($this); $this->upload = new KalturaUploadService($this); $this->uploadToken = new KalturaUploadTokenService($this); $this->userRole = new KalturaUserRoleService($this); $this->user = new KalturaUserService($this); $this->widget = new KalturaWidgetService($this); $this->xInternal = new KalturaXInternalService($this); }
public function __construct(KalturaConfiguration $config) { parent::__construct($config); $this->session = new KalturaSessionService($this); $this->uiConf = new KalturaUiConfService($this); }
/** * Kaltura client constructor * * @param KalturaConfiguration $config */ public function __construct(KalturaConfiguration $config) { parent::__construct($config); $this->batchcontrol = new KalturaBatchcontrolService($this); $this->flavorAsset = new KalturaFlavorAssetService($this); $this->flavorParams = new KalturaFlavorParamsService($this); $this->jobs = new KalturaJobsService($this); $this->partner = new KalturaPartnerService($this); $this->permissionItem = new KalturaPermissionItemService($this); $this->permission = new KalturaPermissionService($this); $this->session = new KalturaSessionService($this); $this->thumbAsset = new KalturaThumbAssetService($this); $this->thumbParams = new KalturaThumbParamsService($this); $this->uiConf = new KalturaUiConfService($this); $this->userRole = new KalturaUserRoleService($this); $this->user = new KalturaUserService($this); }
public function __construct(KalturaConfiguration $config) { parent::__construct($config); $this->media = new KalturaMediaService($this); $this->mixing = new KalturaMixingService($this); $this->baseEntry = new KalturaBaseEntryService($this); $this->session = new KalturaSessionService($this); $this->uiConf = new KalturaUiConfService($this); $this->playlist = new KalturaPlaylistService($this); $this->user = new KalturaUserService($this); $this->widget = new KalturaWidgetService($this); $this->search = new KalturaSearchService($this); $this->partner = new KalturaPartnerService($this); $this->adminuser = new KalturaAdminuserService($this); $this->system = new KalturaSystemService($this); $this->notification = new KalturaNotificationService($this); }