You are here

class KalturaBaseEntry in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaBaseEntry

2 string references to 'KalturaBaseEntry'
KalturaBaseEntryService::addFromUploadedFile in kaltura_client/KalturaClient.php
KalturaBaseEntryService::get in kaltura_client/KalturaClient.php

File

kaltura_client/KalturaClient.php, line 316

View source
class KalturaBaseEntry extends KalturaObjectBase {

  /**
   * Auto generated 10 characters alphanumeric string
   *
   * @var string
   * @readonly
   */
  public $id = null;

  /**
   * Entry name (Min 1 chars)
   *
   * @var string
   */
  public $name = null;

  /**
   * Entry description
   *
   * @var string
   */
  public $description = null;

  /**
   *
   *
   * @var int
   * @readonly
   */
  public $partnerId = null;

  /**
   * The ID of the user who is the owner of this entry
   *
   * @var string
   */
  public $userId = null;

  /**
   * Entry tags
   *
   * @var string
   */
  public $tags = null;

  /**
   * Entry admin tags can be updated only by administrators
   *
   * @var string
   */
  public $adminTags = null;

  /**
   *
   *
   * @var KalturaEntryStatus
   * @readonly
   */
  public $status = null;

  /**
   * The type of the entry, this is auto filled by the derived entry object
   *
   * @var KalturaEntryType
   * @readonly
   */
  public $type = null;

  /**
   * Entry creation date as Unix timestamp (In seconds)
   *
   * @var int
   * @readonly
   */
  public $createdAt = null;

  /**
   * Calculated rank
   *
   * @var int
   * @readonly
   */
  public $rank = null;

  /**
   * The total (sum) of all votes
   *
   * @var int
   * @readonly
   */
  public $totalRank = null;

  /**
   * Number of votes
   *
   * @var int
   * @readonly
   */
  public $votes = null;

  /**
   *
   *
   * @var int
   */
  public $groupId = null;

  /**
   * Can be used to store various partner related data as a string
   *
   * @var string
   */
  public $partnerData = null;

  /**
   * Download URL for the entry
   *
   * @var string
   * @readonly
   */
  public $downloadUrl = null;

  /**
   * Indexed search text for full text search
   *
   * @var string
   * @readonly
   */
  public $searchText = null;

  /**
   * License type used for this entry
   *
   * @var KalturaLicenseType
   */
  public $licenseType = null;

  /**
   * Version of the entry data
   *
   * @var int
   * @readonly
   */
  public $version = null;

  /**
   * Thumbnail URL
   *
   * @var string
   * @readonly
   */
  public $thumbnailUrl = 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
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function