Exemple #1
0
 /**
  * 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);
 }
 function KalturaClient($conf)
 {
     KalturaClientBase::KalturaClientBase($conf);
 }
Exemple #4
0
 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);
 }
Exemple #5
0
 /**
  * Clear all volatile configuration parameters
  */
 protected function resetRequest()
 {
     parent::resetRequest();
     unset($this->requestConfiguration['responseProfile']);
 }
 public function __construct(KalturaConfiguration $config)
 {
     parent::__construct($config);
     $this->session = new KalturaSessionService($this);
     $this->uiConf = new KalturaUiConfService($this);
 }
Exemple #7
0
 /**
  * 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);
 }
Exemple #8
0
 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);
 }
 public function __constructor()
 {
     parent::__constructor();
 }