You are here

class KalturaUiConfObjType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaUiConfObjType

File

kaltura_client/KalturaClient.php, line 265

View source
class KalturaUiConfObjType {
  const PLAYER = 1;
  const CONTRIBUTION_WIZARD = 2;
  const SIMPLE_EDITOR = 3;
  const ADVANCED_EDITOR = 4;
  const PLAYLIST = 5;
  const APP_STUDIO = 6;

}

Members