You are here

class KalturaModerationFlagType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaModerationFlagType

File

kaltura_client/KalturaClient.php, line 123

View source
class KalturaModerationFlagType {
  const SEXUAL_CONTENT = 1;
  const VIOLENT_REPULSIVE = 2;
  const HARMFUL_DANGEROUS = 3;
  const SPAM_COMMERCIALS = 4;

}

Members