You are here

class KalturaContentCategories in Kaltura 7.2

Same name and namespace in other branches
  1. 5 kaltura_client/kaltura_client.php \KalturaContentCategories
  2. 6.2 kaltura_client/kaltura_helpers.php \KalturaContentCategories
  3. 6 kaltura_client/kaltura_client.php \KalturaContentCategories
  4. 7.3 kaltura_client/kaltura_helpers.php \KalturaContentCategories

Hierarchy

Expanded class hierarchy of KalturaContentCategories

File

kaltura_client/kaltura_helpers.php, line 437

View source
class KalturaContentCategories {
  var $categories = array(
    'Arts & Literature',
    'Automotive',
    'Business',
    'Comedy',
    'Education',
    'Entertainment',
    'Film & Animation',
    'Gaming',
    'Howto & Style',
    'Lifestyle',
    'Men',
    'Music',
    'News & Politics',
    'Nonprofits & Activism',
    'People & Blogs',
    'Pets & Animals',
    'Science & Technology',
    'Sports',
    'Travel & Events',
    'Women',
  );

}

Members