You are here

class KalturaMixEntryOrderBy in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaMixEntryOrderBy

File

kaltura_client/KalturaClient.php, line 1637

View source
class KalturaMixEntryOrderBy {
  const PLAYS_ASC = "+plays";
  const PLAYS_DESC = "-plays";
  const VIEWS_ASC = "+views";
  const VIEWS_DESC = "-views";
  const NAME_ASC = "+name";
  const NAME_DESC = "-name";
  const CREATED_AT_ASC = "+createdAt";
  const CREATED_AT_DESC = "-createdAt";
  const RANK_ASC = "+rank";
  const RANK_DESC = "-rank";

}

Members