Lukaswhite\PodcastFeedParser\Episode
Synopsis
class Episode
{
- // members
- protected $guid;
- protected $type;
- protected $episodeNumber;
- protected $season;
- protected Media $media;
- protected DateTime $publishedDate;
- // methods
- public string getGuid()
- public Episode setGuid()
- public string getType()
- public Episode setType()
- public int getEpisodeNumber()
- public Episode setEpisodeNumber()
- public int getSeason()
- public Episode setSeason()
- public Media getMedia()
- public Episode setMedia()
- public DateTime getPublishedDate()
- public Episode setPublishedDate()
- // Inherited methods from HasTitles
- public string getTitle()
- public HasTitles setTitle()
- public string getSubtitle()
- public HasTitles setSubtitle()
- // Inherited methods from HasDescription
- public string getDescription()
- public HasDescription setDescription()
- // Inherited methods from HasArtwork
- public Artwork getArtwork()
- public HasArtwork setArtwork()
- // Inherited methods from HasExplicit
- public string getExplicit()
- public HasExplicit setExplicit()
Hierarchy
Uses
Members
protected
- $artwork — Lukaswhite\PodcastFeedParser\Artwork
- $description — string
- $episodeNumber — int
- $explicit — string
- $guid — string
- $link — string
- $media — Lukaswhite\PodcastFeedParser\Media
- $publishedDate — \DateTime
- $season — int
- $subtitle — string
- $title — string
- $type — string
Methods
public
- getEpisodeNumber()
- getGuid()
- getMedia()
- getPublishedDate()
- getSeason()
- getType()
- setEpisodeNumber()
- setGuid()
- setMedia()
- setPublishedDate()
- setSeason()
- setType()