<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html SYSTEM "about:legacy-compat"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>phpDox - Lukaswhite\PodcastFeedParser\Podcast</title> <link rel="stylesheet" type="text/css" href="../css/style.css" media="screen"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> </head> <body> <nav class="topnav"> <ul> <li> <div class="logo"><span>/**</span>phpDox</div> </li> <li class="separator"> <a href="../index.xhtml">Overview</a> </li> <li class="separator"> <a href="../namespaces.xhtml">Namespaces</a> </li> <li> <a href="../interfaces.xhtml">Interfaces</a> </li> <li> <a href="../classes.xhtml">Classes</a> </li> <li> <a href="../traits.xhtml">Traits</a> </li> <li class="separator"> <a href="../source/index.xhtml">Source</a> </li> </ul> </nav> <div id="mainstage"> <div class="box"> <ul class="breadcrumb"> <li> <a href="../index.xhtml">Overview</a> </li> <li class="separator"> <a href="../classes.xhtml">Classes</a> </li> <li class="separator"> <a href="../classes.xhtml#Lukaswhite_PodcastFeedParser">Lukaswhite\PodcastFeedParser</a> </li> <li class="separator">Podcast</li> </ul> </div> <nav class="box"> <ul> <li> <a href="#introduction">Introduction</a> </li> <li> <a href="#synopsis">Synopsis</a> </li> <li> <a href="#hierarchy">Hierarchy</a> </li> <li> <a href="#constants">Constants</a> </li> <li> <a href="#members">Members</a> </li> <li> <a href="#methods">Methods</a> </li> <li> <a href="../source/Podcast.php.xhtml#line17">Source</a> </li> </ul> </nav> <section> <h1 id="introduction"><small>Lukaswhite\PodcastFeedParser\</small>Podcast</h1> <h4/> <p/> <h2 id="synopsis">Synopsis</h2> <div class="synopsis">class Podcast implements <a title="Lukaswhite\PodcastFeedParser\Contracts\HasArtwork" href="../interfaces/Lukaswhite_PodcastFeedParser_Contracts_HasArtwork.xhtml">HasArtwork</a> {<br/><ul class="none"><li>// constants</li><li>const EPISODIC = 'episodic';</li><li>const SERIAL = 'serial';</li></ul><ul class="none"><li>// members</li><li>protected array <a href="#members">$episodes</a> = ; </li><li>protected <a href="#members">$language</a>; </li><li>protected <a href="#members">$author</a>; </li><li>protected <a href="#members">$managingEditor</a>; </li><li>protected <a href="#members">$copyright</a>; </li></ul><ul class="none"><li>// methods</li><li>public array <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getEpisodes.xhtml">getEpisodes</a>() </li><li>public $this <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/addEpisode.xhtml">addEpisode</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getLanguage.xhtml">getLanguage</a>() </li><li>public Podcast <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setLanguage.xhtml">setLanguage</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getAuthor.xhtml">getAuthor</a>() </li><li>public Podcast <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setAuthor.xhtml">setAuthor</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getManagingEditor.xhtml">getManagingEditor</a>() </li><li>public Podcast <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setManagingEditor.xhtml">setManagingEditor</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getCopyright.xhtml">getCopyright</a>() </li><li>public Podcast <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setCopyright.xhtml">setCopyright</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasTitles">HasTitles</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/getTitle.xhtml">getTitle</a>() </li><li>public HasTitles <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/setTitle.xhtml">setTitle</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/getSubtitle.xhtml">getSubtitle</a>() </li><li>public HasTitles <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/setSubtitle.xhtml">setSubtitle</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasDescription">HasDescription</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasDescription" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasDescription/getDescription.xhtml">getDescription</a>() </li><li>public HasDescription <a title="Lukaswhite\PodcastFeedParser\Traits\HasDescription" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasDescription/setDescription.xhtml">setDescription</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed">IsRssFeed</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/getGenerator.xhtml">getGenerator</a>() </li><li>public IsRssFeed <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/setGenerator.xhtml">setGenerator</a>() </li><li>public DateTime <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/getLastBuildDate.xhtml">getLastBuildDate</a>() </li><li>public IsRssFeed <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/setLastBuildDate.xhtml">setLastBuildDate</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags">HasItunesTags</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/getType.xhtml">getType</a>() </li><li>public bool <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/isEpisodic.xhtml">isEpisodic</a>() </li><li>public bool <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/isSerial.xhtml">isSerial</a>() </li><li>public HasItunesTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/setType.xhtml">setType</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/getNewFeedUrl.xhtml">getNewFeedUrl</a>() </li><li>public HasItunesTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/setNewFeedUrl.xhtml">setNewFeedUrl</a>() </li><li>public Owner <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/getOwner.xhtml">getOwner</a>() </li><li>public HasItunesTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/setOwner.xhtml">setOwner</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasAtomTags">HasAtomTags</span></li><li>public array <a title="Lukaswhite\PodcastFeedParser\Traits\HasAtomTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasAtomTags/getAtomLinks.xhtml">getAtomLinks</a>() </li><li>public HasAtomTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasAtomTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasAtomTags/addAtomLink.xhtml">addAtomLink</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags">HasSyndicationTags</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/getUpdatePeriod.xhtml">getUpdatePeriod</a>() </li><li>public HasSyndicationTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/setUpdatePeriod.xhtml">setUpdatePeriod</a>() </li><li>public int <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/getUpdateFrequency.xhtml">getUpdateFrequency</a>() </li><li>public HasSyndicationTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/setUpdateFrequency.xhtml">setUpdateFrequency</a>() </li><li>public DateTime <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/getUpdateBase.xhtml">getUpdateBase</a>() </li><li>public HasSyndicationTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/setUpdateBase.xhtml">setUpdateBase</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags">HasRawvoiceTags</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceRating.xhtml">getRawvoiceRating</a>() </li><li>public HasRawvoiceTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceRating.xhtml">setRawvoiceRating</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceLocation.xhtml">getRawvoiceLocation</a>() </li><li>public HasRawvoiceTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceLocation.xhtml">setRawvoiceLocation</a>() </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceFrequency.xhtml">getRawvoiceFrequency</a>() </li><li>public HasRawvoiceTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceFrequency.xhtml">setRawvoiceFrequency</a>() </li><li>public Subscribe <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceSubscribe.xhtml">getRawvoiceSubscribe</a>() </li><li>public HasRawvoiceTags <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceSubscribe.xhtml">setRawvoiceSubscribe</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasArtwork">HasArtwork</span></li><li>public Artwork <a title="Lukaswhite\PodcastFeedParser\Traits\HasArtwork" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasArtwork/getArtwork.xhtml">getArtwork</a>() </li><li>public HasArtwork <a title="Lukaswhite\PodcastFeedParser\Traits\HasArtwork" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasArtwork/setArtwork.xhtml">setArtwork</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasLink">HasLink</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasLink" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasLink/getLink.xhtml">getLink</a>() </li><li>public HasLink <a title="Lukaswhite\PodcastFeedParser\Traits\HasLink" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasLink/setLink.xhtml">setLink</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasExplicit">HasExplicit</span></li><li>public string <a title="Lukaswhite\PodcastFeedParser\Traits\HasExplicit" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasExplicit/getExplicit.xhtml">getExplicit</a>() </li><li>public HasExplicit <a title="Lukaswhite\PodcastFeedParser\Traits\HasExplicit" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasExplicit/setExplicit.xhtml">setExplicit</a>() </li></ul><ul class="none"><li>// Inherited methods from <span title="Lukaswhite\PodcastFeedParser\Traits\HasCategories">HasCategories</span></li><li>public array <a title="Lukaswhite\PodcastFeedParser\Traits\HasCategories" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasCategories/getCategories.xhtml">getCategories</a>() </li><li>public $this <a title="Lukaswhite\PodcastFeedParser\Traits\HasCategories" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasCategories/addCategory.xhtml">addCategory</a>() </li></ul> }<br/></div> <h2 id="hierarchy">Hierarchy</h2> <div class="styled"> <h4>Uses</h4> <ul> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasTitles</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasDescription" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasDescription.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasDescription</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed.xhtml">Lukaswhite\PodcastFeedParser\Traits\IsRssFeed</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasItunesTags</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasAtomTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasAtomTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasAtomTags</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasArtwork" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasArtwork.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasArtwork</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasLink" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasLink.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasLink</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasExplicit" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasExplicit.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasExplicit</a> </li> <li> <a title="Lukaswhite\PodcastFeedParser\Traits\HasCategories" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasCategories.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasCategories</a> </li> </ul> <h4>Implements</h4> <ul> <li> <a title="Lukaswhite\PodcastFeedParser\Contracts\HasArtwork" href="../interfaces/Lukaswhite_PodcastFeedParser_Contracts_HasArtwork.xhtml">Lukaswhite\PodcastFeedParser\Contracts\HasArtwork</a> </li> </ul> </div> <h2 id="constants">Constants</h2> <table class="styled"> <thead> <tr> <th>Name</th> <th>Value</th> </tr> </thead> <tbody> <tr> <td id="EPISODIC">EPISODIC</td> <td>'episodic'</td> </tr> <tr> <td id="SERIAL">SERIAL</td> <td>'serial'</td> </tr> </tbody> </table> <h2 id="members">Members</h2> <div class="styled members"> <h4>protected</h4> <ul class="members"> <li id="artwork"><strong>$artwork</strong> — <a title="Lukaswhite\PodcastFeedParser\Artwork" href="../classes/Lukaswhite_PodcastFeedParser_Artwork.xhtml">Lukaswhite\PodcastFeedParser\Artwork</a></li> <li id="atomLinks"><strong>$atomLinks</strong> — array</li> <li id="author"><strong>$author</strong> — string</li> <li id="categories"><strong>$categories</strong> — array</li> <li id="copyright"><strong>$copyright</strong> — string</li> <li id="description"><strong>$description</strong> — string</li> <li id="episodes"><strong>$episodes</strong> — array</li> <li id="explicit"><strong>$explicit</strong> — string</li> <li id="generator"><strong>$generator</strong> — string</li> <li id="language"><strong>$language</strong> — string</li> <li id="lastBuildDate"><strong>$lastBuildDate</strong> — <a title="\DateTime" href="../classes/_DateTime.xhtml">\DateTime</a></li> <li id="link"><strong>$link</strong> — string</li> <li id="managingEditor"><strong>$managingEditor</strong> — string</li> <li id="newFeedUrl"><strong>$newFeedUrl</strong> — string</li> <li id="owner"><strong>$owner</strong> — <a title="Lukaswhite\PodcastFeedParser\Owner" href="../classes/Lukaswhite_PodcastFeedParser_Owner.xhtml">Lukaswhite\PodcastFeedParser\Owner</a></li> <li id="rawvoiceFrequency"><strong>$rawvoiceFrequency</strong> — string</li> <li id="rawvoiceLocation"><strong>$rawvoiceLocation</strong> — string</li> <li id="rawvoiceRating"><strong>$rawvoiceRating</strong> — string</li> <li id="rawvoiceSubscribe"><strong>$rawvoiceSubscribe</strong> — <a title="Lukaswhite\PodcastFeedParser\Rawvoice\Subscribe" href="../classes/Lukaswhite_PodcastFeedParser_Rawvoice_Subscribe.xhtml">Lukaswhite\PodcastFeedParser\Rawvoice\Subscribe</a></li> <li id="subtitle"><strong>$subtitle</strong> — string</li> <li id="title"><strong>$title</strong> — string</li> <li id="type"><strong>$type</strong> — string</li> <li id="updateBase"><strong>$updateBase</strong> — <a title="\DateTime" href="../classes/_DateTime.xhtml">\DateTime</a></li> <li id="updateFrequency"><strong>$updateFrequency</strong> — int</li> <li id="updatePeriod"><strong>$updatePeriod</strong> — string</li> </ul> </div> <h2 id="methods">Methods</h2> <div class="styled"> <h4>public</h4> <ul> <li id="addEpisode"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/addEpisode.xhtml">addEpisode()</a> </li> <li id="getAuthor"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getAuthor.xhtml">getAuthor()</a> </li> <li id="getCopyright"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getCopyright.xhtml">getCopyright()</a> </li> <li id="getEpisodes"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getEpisodes.xhtml">getEpisodes()</a> </li> <li id="getLanguage"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getLanguage.xhtml">getLanguage()</a> </li> <li id="getManagingEditor"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/getManagingEditor.xhtml">getManagingEditor()</a> </li> <li id="setAuthor"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setAuthor.xhtml">setAuthor()</a> </li> <li id="setCopyright"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setCopyright.xhtml">setCopyright()</a> </li> <li id="setLanguage"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setLanguage.xhtml">setLanguage()</a> </li> <li id="setManagingEditor"> <a title="Lukaswhite\PodcastFeedParser\Podcast" href="../classes/Lukaswhite_PodcastFeedParser_Podcast/setManagingEditor.xhtml">setManagingEditor()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasTitles</a></h3> <h4>public</h4> <ul> <li id="getSubtitle"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/getSubtitle.xhtml">getSubtitle()</a> </li> <li id="getTitle"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/getTitle.xhtml">getTitle()</a> </li> <li id="setSubtitle"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/setSubtitle.xhtml">setSubtitle()</a> </li> <li id="setTitle"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasTitles" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasTitles/setTitle.xhtml">setTitle()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasDescription" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasDescription.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasDescription</a></h3> <h4>public</h4> <ul> <li id="getDescription"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasDescription" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasDescription/getDescription.xhtml">getDescription()</a> </li> <li id="setDescription"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasDescription" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasDescription/setDescription.xhtml">setDescription()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed.xhtml">Lukaswhite\PodcastFeedParser\Traits\IsRssFeed</a></h3> <h4>public</h4> <ul> <li id="getGenerator"> <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/getGenerator.xhtml">getGenerator()</a> </li> <li id="getLastBuildDate"> <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/getLastBuildDate.xhtml">getLastBuildDate()</a> </li> <li id="setGenerator"> <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/setGenerator.xhtml">setGenerator()</a> </li> <li id="setLastBuildDate"> <a title="Lukaswhite\PodcastFeedParser\Traits\IsRssFeed" href="../traits/Lukaswhite_PodcastFeedParser_Traits_IsRssFeed/setLastBuildDate.xhtml">setLastBuildDate()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasItunesTags</a></h3> <h4>public</h4> <ul> <li id="getNewFeedUrl"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/getNewFeedUrl.xhtml">getNewFeedUrl()</a> </li> <li id="getOwner"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/getOwner.xhtml">getOwner()</a> </li> <li id="getType"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/getType.xhtml">getType()</a> </li> <li id="isEpisodic"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/isEpisodic.xhtml">isEpisodic()</a> </li> <li id="isSerial"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/isSerial.xhtml">isSerial()</a> </li> <li id="setNewFeedUrl"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/setNewFeedUrl.xhtml">setNewFeedUrl()</a> </li> <li id="setOwner"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/setOwner.xhtml">setOwner()</a> </li> <li id="setType"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasItunesTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasItunesTags/setType.xhtml">setType()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasAtomTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasAtomTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasAtomTags</a></h3> <h4>public</h4> <ul> <li id="addAtomLink"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasAtomTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasAtomTags/addAtomLink.xhtml">addAtomLink()</a> </li> <li id="getAtomLinks"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasAtomTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasAtomTags/getAtomLinks.xhtml">getAtomLinks()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags</a></h3> <h4>public</h4> <ul> <li id="getUpdateBase"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/getUpdateBase.xhtml">getUpdateBase()</a> </li> <li id="getUpdateFrequency"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/getUpdateFrequency.xhtml">getUpdateFrequency()</a> </li> <li id="getUpdatePeriod"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/getUpdatePeriod.xhtml">getUpdatePeriod()</a> </li> <li id="setUpdateBase"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/setUpdateBase.xhtml">setUpdateBase()</a> </li> <li id="setUpdateFrequency"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/setUpdateFrequency.xhtml">setUpdateFrequency()</a> </li> <li id="setUpdatePeriod"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasSyndicationTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasSyndicationTags/setUpdatePeriod.xhtml">setUpdatePeriod()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags</a></h3> <h4>public</h4> <ul> <li id="getRawvoiceFrequency"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceFrequency.xhtml">getRawvoiceFrequency()</a> </li> <li id="getRawvoiceLocation"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceLocation.xhtml">getRawvoiceLocation()</a> </li> <li id="getRawvoiceRating"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceRating.xhtml">getRawvoiceRating()</a> </li> <li id="getRawvoiceSubscribe"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/getRawvoiceSubscribe.xhtml">getRawvoiceSubscribe()</a> </li> <li id="setRawvoiceFrequency"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceFrequency.xhtml">setRawvoiceFrequency()</a> </li> <li id="setRawvoiceLocation"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceLocation.xhtml">setRawvoiceLocation()</a> </li> <li id="setRawvoiceRating"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceRating.xhtml">setRawvoiceRating()</a> </li> <li id="setRawvoiceSubscribe"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasRawvoiceTags" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasRawvoiceTags/setRawvoiceSubscribe.xhtml">setRawvoiceSubscribe()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasArtwork" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasArtwork.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasArtwork</a></h3> <h4>public</h4> <ul> <li id="getArtwork"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasArtwork" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasArtwork/getArtwork.xhtml">getArtwork()</a> </li> <li id="setArtwork"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasArtwork" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasArtwork/setArtwork.xhtml">setArtwork()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasLink" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasLink.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasLink</a></h3> <h4>public</h4> <ul> <li id="getLink"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasLink" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasLink/getLink.xhtml">getLink()</a> </li> <li id="setLink"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasLink" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasLink/setLink.xhtml">setLink()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasExplicit" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasExplicit.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasExplicit</a></h3> <h4>public</h4> <ul> <li id="getExplicit"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasExplicit" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasExplicit/getExplicit.xhtml">getExplicit()</a> </li> <li id="setExplicit"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasExplicit" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasExplicit/setExplicit.xhtml">setExplicit()</a> </li> </ul> <h3>Inherited from <a title="Lukaswhite\PodcastFeedParser\Traits\HasCategories" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasCategories.xhtml">Lukaswhite\PodcastFeedParser\Traits\HasCategories</a></h3> <h4>public</h4> <ul> <li id="addCategory"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasCategories" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasCategories/addCategory.xhtml">addCategory()</a> </li> <li id="getCategories"> <a title="Lukaswhite\PodcastFeedParser\Traits\HasCategories" href="../traits/Lukaswhite_PodcastFeedParser_Traits_HasCategories/getCategories.xhtml">getCategories()</a> </li> </ul> </div> </section> </div> <footer> <span>Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2020 by Arne Blankerts and Contributors</span> </footer> </body> </html>