class KalturaContentCategories in Kaltura 6
Same name and namespace in other branches
- 5 kaltura_client/kaltura_client.php \KalturaContentCategories
- 6.2 kaltura_client/kaltura_helpers.php \KalturaContentCategories
- 7.3 kaltura_client/kaltura_helpers.php \KalturaContentCategories
- 7.2 kaltura_client/kaltura_helpers.php \KalturaContentCategories
Hierarchy
- class \KalturaContentCategories
Expanded class hierarchy of KalturaContentCategories
File
- kaltura_client/
kaltura_client.php, line 29
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',
);
}