Lukaswhite\PodcastFeedParser\Category
Synopsis
class Category
            {
        - // constants
- const ITUNES = 'itunes';
- const GOOGLE_PLAY = 'googleplay';
- // members
- protected $name;
- protected $type;
- protected array $subCategories = ;
- // methods
- public string getName()
- public Category setName()
- public string getType()
- public Category setType()
- public array getSubCategories()
- public Category addSubCategory()
Constants
| Name | Value | 
|---|---|
| ITUNES | 'itunes' | 
| GOOGLE_PLAY | 'googleplay' | 
Members
protected
- $name — string
- $subCategories — array
- $type — string