You are here

class KalturaDataEntry in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaDataEntry

3 string references to 'KalturaDataEntry'
KalturaDataService::add in kaltura_client/KalturaClient.php
KalturaDataService::get in kaltura_client/KalturaClient.php
KalturaDataService::update in kaltura_client/KalturaClient.php

File

kaltura_client/KalturaClient.php, line 1165

View source
class KalturaDataEntry extends KalturaBaseEntry {

  /**
   * The data of the entry
   *
   * @var string
   */
  public $dataContent = null;

}

Members

Namesort descending Modifiers Type Description Overrides
KalturaBaseEntry::$adminTags public property Entry admin tags can be updated only by administrators
KalturaBaseEntry::$createdAt public property Entry creation date as Unix timestamp (In seconds)
KalturaBaseEntry::$description public property Entry description
KalturaBaseEntry::$downloadUrl public property Download URL for the entry
KalturaBaseEntry::$groupId public property
KalturaBaseEntry::$id public property Auto generated 10 characters alphanumeric string
KalturaBaseEntry::$licenseType public property License type used for this entry
KalturaBaseEntry::$name public property Entry name (Min 1 chars)
KalturaBaseEntry::$partnerData public property Can be used to store various partner related data as a string
KalturaBaseEntry::$partnerId public property @readonly
KalturaBaseEntry::$rank public property Calculated rank
KalturaBaseEntry::$searchText public property Indexed search text for full text search
KalturaBaseEntry::$status public property @readonly
KalturaBaseEntry::$tags public property Entry tags
KalturaBaseEntry::$thumbnailUrl public property Thumbnail URL
KalturaBaseEntry::$totalRank public property The total (sum) of all votes
KalturaBaseEntry::$type public property The type of the entry, this is auto filled by the derived entry object
KalturaBaseEntry::$userId public property The ID of the user who is the owner of this entry
KalturaBaseEntry::$version public property Version of the entry data
KalturaBaseEntry::$votes public property Number of votes
KalturaDataEntry::$dataContent public property The data of the entry
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function