You are here

class KalturaEditorType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaEditorType

File

kaltura_client/KalturaClient.php, line 46

View source
class KalturaEditorType {
  const SIMPLE = 1;
  const ADVANCED = 2;

}

Members