You are here

public function KalturaServiceBase::__construct in Kaltura 6.2

* Initialize the service keeping reference to the KalturaClient * *

Parameters

KalturaClient $client:

20 calls to KalturaServiceBase::__construct()
KalturaAdminUserService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaBaseEntryService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaBatchService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaBulkUploadService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaConversionProfileService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *

... See full list

20 methods override KalturaServiceBase::__construct()
KalturaAdminUserService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaBaseEntryService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaBatchService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaBulkUploadService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *
KalturaConversionProfileService::__construct in kaltura_client/KalturaClient.php
* Initialize the service keeping reference to the KalturaClient * *

... See full list

File

kaltura_client/KalturaClientBase.php, line 459

Class

KalturaServiceBase
Abstract base class for all client services

Code

public function __construct(KalturaClient $client) {
  $this->client = $client;
}