You are here

function KalturaHelpers::getSitePlaylistPlayers in Kaltura 7.3

Same name and namespace in other branches
  1. 6.2 kaltura_client/kaltura_helpers.php \KalturaHelpers::getSitePlaylistPlayers()
  2. 7.2 kaltura_client/kaltura_helpers.php \KalturaHelpers::getSitePlaylistPlayers()

oferc this method is defined just for clearence, acctualy it is the same as regular players @return: the list of players defined for the account

File

kaltura_client/kaltura_helpers.php, line 258

Class

KalturaHelpers
Class KalturaHelpers.

Code

function getSitePlaylistPlayers(&$arr) {
  $arr['1292302'] = array(
    'name' => 'Playlist',
    'width' => 0,
    'height' => 0,
  );
  $this
    ->getSitePlayers($arr);
}