279 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			279 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<?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\Episode</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">Episode</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="#members">Members</a>
 | 
						||
          </li>
 | 
						||
          <li>
 | 
						||
            <a href="#methods">Methods</a>
 | 
						||
          </li>
 | 
						||
          <li>
 | 
						||
            <a href="../source/Episode.php.xhtml#line11">Source</a>
 | 
						||
          </li>
 | 
						||
        </ul>
 | 
						||
      </nav>
 | 
						||
      <section>
 | 
						||
        <h1 id="introduction"><small>Lukaswhite\PodcastFeedParser\</small>Episode</h1>
 | 
						||
        <h4/>
 | 
						||
        <p/>
 | 
						||
        <h2 id="synopsis">Synopsis</h2>
 | 
						||
        <div class="synopsis">class Episode
 | 
						||
            {<br/><ul class="none"><li>// members</li><li>protected  <a href="#members">$guid</a>;
 | 
						||
                    </li><li>protected  <a href="#members">$type</a>;
 | 
						||
                    </li><li>protected  <a href="#members">$episodeNumber</a>;
 | 
						||
                    </li><li>protected  <a href="#members">$season</a>;
 | 
						||
                    </li><li>protected <span title="Lukaswhite\PodcastFeedParser\Media">Media</span> <a href="#members">$media</a>;
 | 
						||
                    </li><li>protected <span title="\DateTime">DateTime</span> <a href="#members">$publishedDate</a>;
 | 
						||
                    </li></ul><ul class="none"><li>// methods</li><li>public string <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getGuid.xhtml">getGuid</a>()
 | 
						||
                    </li><li>public Episode <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setGuid.xhtml">setGuid</a>()
 | 
						||
                    </li><li>public string <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getType.xhtml">getType</a>()
 | 
						||
                    </li><li>public Episode <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setType.xhtml">setType</a>()
 | 
						||
                    </li><li>public int <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getEpisodeNumber.xhtml">getEpisodeNumber</a>()
 | 
						||
                    </li><li>public Episode <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setEpisodeNumber.xhtml">setEpisodeNumber</a>()
 | 
						||
                    </li><li>public int <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getSeason.xhtml">getSeason</a>()
 | 
						||
                    </li><li>public Episode <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setSeason.xhtml">setSeason</a>()
 | 
						||
                    </li><li>public Media <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getMedia.xhtml">getMedia</a>()
 | 
						||
                    </li><li>public Episode <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setMedia.xhtml">setMedia</a>()
 | 
						||
                    </li><li>public DateTime <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getPublishedDate.xhtml">getPublishedDate</a>()
 | 
						||
                    </li><li>public Episode <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setPublishedDate.xhtml">setPublishedDate</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\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>
 | 
						||
 | 
						||
            }<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\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>
 | 
						||
          </ul>
 | 
						||
        </div>
 | 
						||
        <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="description"><strong>$description</strong>
 | 
						||
                —
 | 
						||
                string</li>
 | 
						||
            <li id="episodeNumber"><strong>$episodeNumber</strong>
 | 
						||
                —
 | 
						||
                int</li>
 | 
						||
            <li id="explicit"><strong>$explicit</strong>
 | 
						||
                —
 | 
						||
                string</li>
 | 
						||
            <li id="guid"><strong>$guid</strong>
 | 
						||
                —
 | 
						||
                string</li>
 | 
						||
            <li id="link"><strong>$link</strong>
 | 
						||
                —
 | 
						||
                string</li>
 | 
						||
            <li id="media"><strong>$media</strong>
 | 
						||
                —
 | 
						||
                <a title="Lukaswhite\PodcastFeedParser\Media" href="../classes/Lukaswhite_PodcastFeedParser_Media.xhtml">Lukaswhite\PodcastFeedParser\Media</a></li>
 | 
						||
            <li id="publishedDate"><strong>$publishedDate</strong>
 | 
						||
                —
 | 
						||
                <a title="\DateTime" href="../classes/_DateTime.xhtml">\DateTime</a></li>
 | 
						||
            <li id="season"><strong>$season</strong>
 | 
						||
                —
 | 
						||
                int</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>
 | 
						||
          </ul>
 | 
						||
        </div>
 | 
						||
        <h2 id="methods">Methods</h2>
 | 
						||
        <div class="styled">
 | 
						||
          <h4>public</h4>
 | 
						||
          <ul>
 | 
						||
            <li id="getEpisodeNumber">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getEpisodeNumber.xhtml">getEpisodeNumber()</a>
 | 
						||
            </li>
 | 
						||
            <li id="getGuid">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getGuid.xhtml">getGuid()</a>
 | 
						||
            </li>
 | 
						||
            <li id="getMedia">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getMedia.xhtml">getMedia()</a>
 | 
						||
            </li>
 | 
						||
            <li id="getPublishedDate">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getPublishedDate.xhtml">getPublishedDate()</a>
 | 
						||
            </li>
 | 
						||
            <li id="getSeason">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getSeason.xhtml">getSeason()</a>
 | 
						||
            </li>
 | 
						||
            <li id="getType">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/getType.xhtml">getType()</a>
 | 
						||
            </li>
 | 
						||
            <li id="setEpisodeNumber">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setEpisodeNumber.xhtml">setEpisodeNumber()</a>
 | 
						||
            </li>
 | 
						||
            <li id="setGuid">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setGuid.xhtml">setGuid()</a>
 | 
						||
            </li>
 | 
						||
            <li id="setMedia">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setMedia.xhtml">setMedia()</a>
 | 
						||
            </li>
 | 
						||
            <li id="setPublishedDate">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setPublishedDate.xhtml">setPublishedDate()</a>
 | 
						||
            </li>
 | 
						||
            <li id="setSeason">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setSeason.xhtml">setSeason()</a>
 | 
						||
            </li>
 | 
						||
            <li id="setType">
 | 
						||
              <a title="Lukaswhite\PodcastFeedParser\Episode" href="../classes/Lukaswhite_PodcastFeedParser_Episode/setType.xhtml">setType()</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\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>
 | 
						||
        </div>
 | 
						||
      </section>
 | 
						||
    </div>
 | 
						||
    <footer>
 | 
						||
      <span>Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2020 by Arne Blankerts and Contributors</span>
 | 
						||
    </footer>
 | 
						||
  </body>
 | 
						||
</html>
 |