Lukaswhite\PodcastFeedParser\Category

Synopsis

class Category {
  • // constants
  • const ITUNES = 'itunes';
  • const GOOGLE_PLAY = 'googleplay';
}

Constants

Name Value
ITUNES 'itunes'
GOOGLE_PLAY 'googleplay'

Members

protected

  • $name — string
  • $subCategories — array
  • $type — string

Methods