| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040 |
- <?php
- /**
- * Zend Framework
- *
- * LICENSE
- *
- * This source file is subject to the new BSD license that is bundled
- * with this package in the file LICENSE.txt.
- * It is also available through the world-wide-web at this URL:
- * http://framework.zend.com/license/new-bsd
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@zend.com so we can send you a copy immediately.
- *
- * @category Zend
- * @package Zend_Gdata
- * @subpackage YouTube
- * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
- * @license http://framework.zend.com/license/new-bsd New BSD License
- */
- /**
- * @see Zend_Gdata_Entry
- */
- require_once 'Zend/Gdata/Entry.php';
- /**
- * @see Zend_Gdata_Extension_FeedLink
- */
- require_once 'Zend/Gdata/Extension/FeedLink.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Description
- */
- require_once 'Zend/Gdata/YouTube/Extension/Description.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_AboutMe
- */
- require_once 'Zend/Gdata/YouTube/Extension/AboutMe.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Age
- */
- require_once 'Zend/Gdata/YouTube/Extension/Age.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Username
- */
- require_once 'Zend/Gdata/YouTube/Extension/Username.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Books
- */
- require_once 'Zend/Gdata/YouTube/Extension/Books.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Company
- */
- require_once 'Zend/Gdata/YouTube/Extension/Company.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Hobbies
- */
- require_once 'Zend/Gdata/YouTube/Extension/Hobbies.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Hometown
- */
- require_once 'Zend/Gdata/YouTube/Extension/Hometown.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Location
- */
- require_once 'Zend/Gdata/YouTube/Extension/Location.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Movies
- */
- require_once 'Zend/Gdata/YouTube/Extension/Movies.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Music
- */
- require_once 'Zend/Gdata/YouTube/Extension/Music.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Occupation
- */
- require_once 'Zend/Gdata/YouTube/Extension/Occupation.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_School
- */
- require_once 'Zend/Gdata/YouTube/Extension/School.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Gender
- */
- require_once 'Zend/Gdata/YouTube/Extension/Gender.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Relationship
- */
- require_once 'Zend/Gdata/YouTube/Extension/Relationship.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_FirstName
- */
- require_once 'Zend/Gdata/YouTube/Extension/FirstName.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_LastName
- */
- require_once 'Zend/Gdata/YouTube/Extension/LastName.php';
- /**
- * @see Zend_Gdata_YouTube_Extension_Statistics
- */
- require_once 'Zend/Gdata/YouTube/Extension/Statistics.php';
- /**
- * @see Zend_Gdata_Media_Extension_MediaThumbnail
- */
- require_once 'Zend/Gdata/Media/Extension/MediaThumbnail.php';
- /**
- * Represents the YouTube video playlist flavor of an Atom entry
- *
- * @category Zend
- * @package Zend_Gdata
- * @subpackage YouTube
- * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
- * @license http://framework.zend.com/license/new-bsd New BSD License
- */
- class Zend_Gdata_YouTube_UserProfileEntry extends Zend_Gdata_Entry
- {
- protected $_entryClassName = 'Zend_Gdata_YouTube_UserProfileEntry';
- /**
- * Nested feed links
- *
- * @var array
- */
- protected $_feedLink = array();
- /**
- * The username for this profile entry
- *
- * @var string
- */
- protected $_username = null;
- /**
- * The description of the user
- *
- * @var string
- */
- protected $_description = null;
- /**
- * The contents of the 'About Me' field.
- *
- * @var string
- */
- protected $_aboutMe = null;
- /**
- * The age of the user
- *
- * @var int
- */
- protected $_age = null;
- /**
- * Books of interest to the user
- *
- * @var string
- */
- protected $_books = null;
- /**
- * Company
- *
- * @var string
- */
- protected $_company = null;
- /**
- * Hobbies
- *
- * @var string
- */
- protected $_hobbies = null;
- /**
- * Hometown
- *
- * @var string
- */
- protected $_hometown = null;
- /**
- * Location
- *
- * @var string
- */
- protected $_location = null;
- /**
- * Movies
- *
- * @var string
- */
- protected $_movies = null;
- /**
- * Music
- *
- * @var string
- */
- protected $_music = null;
- /**
- * Occupation
- *
- * @var string
- */
- protected $_occupation = null;
- /**
- * School
- *
- * @var string
- */
- protected $_school = null;
- /**
- * Gender
- *
- * @var string
- */
- protected $_gender = null;
- /**
- * Relationship
- *
- * @var string
- */
- protected $_relationship = null;
- /**
- * First name
- *
- * @var string
- */
- protected $_firstName = null;
- /**
- * Last name
- *
- * @var string
- */
- protected $_lastName = null;
- /**
- * Statistics
- *
- * @var Zend_Gdata_YouTube_Extension_Statistics
- */
- protected $_statistics = null;
- /**
- * Thumbnail
- *
- * @var Zend_Gdata_Media_Extension_MediaThumbnail
- */
- protected $_thumbnail = null;
- /**
- * Creates a User Profile entry, representing an individual user
- * and their attributes.
- *
- * @param DOMElement $element (optional) DOMElement from which this
- * object should be constructed.
- */
- public function __construct($element = null)
- {
- $this->registerAllNamespaces(Zend_Gdata_YouTube::$namespaces);
- parent::__construct($element);
- }
- /**
- * Retrieves a DOMElement which corresponds to this element and all
- * child properties. This is used to build an entry back into a DOM
- * and eventually XML text for sending to the server upon updates, or
- * for application storage/persistence.
- *
- * @param DOMDocument $doc The DOMDocument used to construct DOMElements
- * @return DOMElement The DOMElement representing this element and all
- * child properties.
- */
- public function getDOM($doc = null, $majorVersion = 1, $minorVersion = null)
- {
- $element = parent::getDOM($doc, $majorVersion, $minorVersion);
- if ($this->_description != null) {
- $element->appendChild($this->_description->getDOM($element->ownerDocument));
- }
- if ($this->_aboutMe != null) {
- $element->appendChild($this->_aboutMe->getDOM($element->ownerDocument));
- }
- if ($this->_age != null) {
- $element->appendChild($this->_age->getDOM($element->ownerDocument));
- }
- if ($this->_username != null) {
- $element->appendChild($this->_username->getDOM($element->ownerDocument));
- }
- if ($this->_books != null) {
- $element->appendChild($this->_books->getDOM($element->ownerDocument));
- }
- if ($this->_company != null) {
- $element->appendChild($this->_company->getDOM($element->ownerDocument));
- }
- if ($this->_hobbies != null) {
- $element->appendChild($this->_hobbies->getDOM($element->ownerDocument));
- }
- if ($this->_hometown != null) {
- $element->appendChild($this->_hometown->getDOM($element->ownerDocument));
- }
- if ($this->_location != null) {
- $element->appendChild($this->_location->getDOM($element->ownerDocument));
- }
- if ($this->_movies != null) {
- $element->appendChild($this->_movies->getDOM($element->ownerDocument));
- }
- if ($this->_music != null) {
- $element->appendChild($this->_music->getDOM($element->ownerDocument));
- }
- if ($this->_occupation != null) {
- $element->appendChild($this->_occupation->getDOM($element->ownerDocument));
- }
- if ($this->_school != null) {
- $element->appendChild($this->_school->getDOM($element->ownerDocument));
- }
- if ($this->_gender != null) {
- $element->appendChild($this->_gender->getDOM($element->ownerDocument));
- }
- if ($this->_relationship != null) {
- $element->appendChild($this->_relationship->getDOM($element->ownerDocument));
- }
- if ($this->_firstName != null) {
- $element->appendChild($this->_firstName->getDOM($element->ownerDocument));
- }
- if ($this->_lastName != null) {
- $element->appendChild($this->_lastName->getDOM($element->ownerDocument));
- }
- if ($this->_statistics != null) {
- $element->appendChild($this->_statistics->getDOM($element->ownerDocument));
- }
- if ($this->_thumbnail != null) {
- $element->appendChild($this->_thumbnail->getDOM($element->ownerDocument));
- }
- if ($this->_feedLink != null) {
- foreach ($this->_feedLink as $feedLink) {
- $element->appendChild($feedLink->getDOM($element->ownerDocument));
- }
- }
- return $element;
- }
- /**
- * Creates individual Entry objects of the appropriate type and
- * stores them in the $_entry array based upon DOM data.
- *
- * @param DOMNode $child The DOMNode to process
- */
- protected function takeChildFromDOM($child)
- {
- $absoluteNodeName = $child->namespaceURI . ':' . $child->localName;
- switch ($absoluteNodeName) {
- case $this->lookupNamespace('yt') . ':' . 'description':
- $description = new Zend_Gdata_YouTube_Extension_Description();
- $description->transferFromDOM($child);
- $this->_description = $description;
- break;
- case $this->lookupNamespace('yt') . ':' . 'aboutMe':
- $aboutMe = new Zend_Gdata_YouTube_Extension_AboutMe();
- $aboutMe->transferFromDOM($child);
- $this->_aboutMe = $aboutMe;
- break;
- case $this->lookupNamespace('yt') . ':' . 'age':
- $age = new Zend_Gdata_YouTube_Extension_Age();
- $age->transferFromDOM($child);
- $this->_age = $age;
- break;
- case $this->lookupNamespace('yt') . ':' . 'username':
- $username = new Zend_Gdata_YouTube_Extension_Username();
- $username->transferFromDOM($child);
- $this->_username = $username;
- break;
- case $this->lookupNamespace('yt') . ':' . 'books':
- $books = new Zend_Gdata_YouTube_Extension_Books();
- $books->transferFromDOM($child);
- $this->_books = $books;
- break;
- case $this->lookupNamespace('yt') . ':' . 'company':
- $company = new Zend_Gdata_YouTube_Extension_Company();
- $company->transferFromDOM($child);
- $this->_company = $company;
- break;
- case $this->lookupNamespace('yt') . ':' . 'hobbies':
- $hobbies = new Zend_Gdata_YouTube_Extension_Hobbies();
- $hobbies->transferFromDOM($child);
- $this->_hobbies = $hobbies;
- break;
- case $this->lookupNamespace('yt') . ':' . 'hometown':
- $hometown = new Zend_Gdata_YouTube_Extension_Hometown();
- $hometown->transferFromDOM($child);
- $this->_hometown = $hometown;
- break;
- case $this->lookupNamespace('yt') . ':' . 'location':
- $location = new Zend_Gdata_YouTube_Extension_Location();
- $location->transferFromDOM($child);
- $this->_location = $location;
- break;
- case $this->lookupNamespace('yt') . ':' . 'movies':
- $movies = new Zend_Gdata_YouTube_Extension_Movies();
- $movies->transferFromDOM($child);
- $this->_movies = $movies;
- break;
- case $this->lookupNamespace('yt') . ':' . 'music':
- $music = new Zend_Gdata_YouTube_Extension_Music();
- $music->transferFromDOM($child);
- $this->_music = $music;
- break;
- case $this->lookupNamespace('yt') . ':' . 'occupation':
- $occupation = new Zend_Gdata_YouTube_Extension_Occupation();
- $occupation->transferFromDOM($child);
- $this->_occupation = $occupation;
- break;
- case $this->lookupNamespace('yt') . ':' . 'school':
- $school = new Zend_Gdata_YouTube_Extension_School();
- $school->transferFromDOM($child);
- $this->_school = $school;
- break;
- case $this->lookupNamespace('yt') . ':' . 'gender':
- $gender = new Zend_Gdata_YouTube_Extension_Gender();
- $gender->transferFromDOM($child);
- $this->_gender = $gender;
- break;
- case $this->lookupNamespace('yt') . ':' . 'relationship':
- $relationship = new Zend_Gdata_YouTube_Extension_Relationship();
- $relationship->transferFromDOM($child);
- $this->_relationship = $relationship;
- break;
- case $this->lookupNamespace('yt') . ':' . 'firstName':
- $firstName = new Zend_Gdata_YouTube_Extension_FirstName();
- $firstName->transferFromDOM($child);
- $this->_firstName = $firstName;
- break;
- case $this->lookupNamespace('yt') . ':' . 'lastName':
- $lastName = new Zend_Gdata_YouTube_Extension_LastName();
- $lastName->transferFromDOM($child);
- $this->_lastName = $lastName;
- break;
- case $this->lookupNamespace('yt') . ':' . 'statistics':
- $statistics = new Zend_Gdata_YouTube_Extension_Statistics();
- $statistics->transferFromDOM($child);
- $this->_statistics = $statistics;
- break;
- case $this->lookupNamespace('media') . ':' . 'thumbnail':
- $thumbnail = new Zend_Gdata_Media_Extension_MediaThumbnail();
- $thumbnail->transferFromDOM($child);
- $this->_thumbnail = $thumbnail;
- break;
- case $this->lookupNamespace('gd') . ':' . 'feedLink':
- $feedLink = new Zend_Gdata_Extension_FeedLink();
- $feedLink->transferFromDOM($child);
- $this->_feedLink[] = $feedLink;
- break;
- default:
- parent::takeChildFromDOM($child);
- break;
- }
- }
- /**
- * Sets the content of the 'about me' field.
- *
- * @param Zend_Gdata_YouTube_Extension_AboutMe $aboutMe The 'about me'
- * information.
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setAboutMe($aboutMe = null)
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The setAboutMe ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- $this->_aboutMe = $aboutMe;
- return $this;
- }
- }
- /**
- * Returns the contents of the 'about me' field.
- *
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_YouTube_Extension_AboutMe The 'about me' information
- */
- public function getAboutMe()
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The getAboutMe ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- return $this->_aboutMe;
- }
- }
- /**
- * Sets the content of the 'first name' field.
- *
- * @param Zend_Gdata_YouTube_Extension_FirstName $firstName The first name
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setFirstName($firstName = null)
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The setFirstName ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- $this->_firstName = $firstName;
- return $this;
- }
- }
- /**
- * Returns the first name
- *
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_YouTube_Extension_FirstName The first name
- */
- public function getFirstName()
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The getFirstName ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- return $this->_firstName;
- }
- }
- /**
- * Sets the content of the 'last name' field.
- *
- * @param Zend_Gdata_YouTube_Extension_LastName $lastName The last name
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setLastName($lastName = null)
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The setLastName ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- $this->_lastName = $lastName;
- return $this;
- }
- }
- /**
- * Returns the last name
- *
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_YouTube_Extension_LastName The last name
- */
- public function getLastName()
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The getLastName ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- return $this->_lastName;
- }
- }
- /**
- * Returns the statistics
- *
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_YouTube_Extension_Statistics The profile statistics
- */
- public function getStatistics()
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The getStatistics ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- return $this->_statistics;
- }
- }
- /**
- * Returns the thumbnail
- *
- * @throws Zend_Gdata_App_VersionException
- * @return Zend_Gdata_Media_Extension_MediaThumbnail The profile thumbnail
- */
- public function getThumbnail()
- {
- if (($this->getMajorProtocolVersion() == null) ||
- ($this->getMajorProtocolVersion() == 1)) {
- require_once 'Zend/Gdata/App/VersionException.php';
- throw new Zend_Gdata_App_VersionException('The getThumbnail ' .
- ' method is only supported as of version 2 of the YouTube ' .
- 'API.');
- } else {
- return $this->_thumbnail;
- }
- }
- /**
- * Sets the age
- *
- * @param Zend_Gdata_YouTube_Extension_Age $age The age
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setAge($age = null)
- {
- $this->_age = $age;
- return $this;
- }
- /**
- * Returns the age
- *
- * @return Zend_Gdata_YouTube_Extension_Age The age
- */
- public function getAge()
- {
- return $this->_age;
- }
- /**
- * Sets the username
- *
- * @param Zend_Gdata_YouTube_Extension_Username $username The username
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setUsername($username = null)
- {
- $this->_username = $username;
- return $this;
- }
- /**
- * Returns the username
- *
- * @return Zend_Gdata_YouTube_Extension_Username The username
- */
- public function getUsername()
- {
- return $this->_username;
- }
- /**
- * Sets the books
- *
- * @param Zend_Gdata_YouTube_Extension_Books $books The books
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setBooks($books = null)
- {
- $this->_books = $books;
- return $this;
- }
- /**
- * Returns the books
- *
- * @return Zend_Gdata_YouTube_Extension_Books The books
- */
- public function getBooks()
- {
- return $this->_books;
- }
- /**
- * Sets the company
- *
- * @param Zend_Gdata_YouTube_Extension_Company $company The company
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setCompany($company = null)
- {
- $this->_company = $company;
- return $this;
- }
- /**
- * Returns the company
- *
- * @return Zend_Gdata_YouTube_Extension_Company The company
- */
- public function getCompany()
- {
- return $this->_company;
- }
- /**
- * Sets the hobbies
- *
- * @param Zend_Gdata_YouTube_Extension_Hobbies $hobbies The hobbies
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setHobbies($hobbies = null)
- {
- $this->_hobbies = $hobbies;
- return $this;
- }
- /**
- * Returns the hobbies
- *
- * @return Zend_Gdata_YouTube_Extension_Hobbies The hobbies
- */
- public function getHobbies()
- {
- return $this->_hobbies;
- }
- /**
- * Sets the hometown
- *
- * @param Zend_Gdata_YouTube_Extension_Hometown $hometown The hometown
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setHometown($hometown = null)
- {
- $this->_hometown = $hometown;
- return $this;
- }
- /**
- * Returns the hometown
- *
- * @return Zend_Gdata_YouTube_Extension_Hometown The hometown
- */
- public function getHometown()
- {
- return $this->_hometown;
- }
- /**
- * Sets the location
- *
- * @param Zend_Gdata_YouTube_Extension_Location $location The location
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setLocation($location = null)
- {
- $this->_location = $location;
- return $this;
- }
- /**
- * Returns the location
- *
- * @return Zend_Gdata_YouTube_Extension_Location The location
- */
- public function getLocation()
- {
- return $this->_location;
- }
- /**
- * Sets the movies
- *
- * @param Zend_Gdata_YouTube_Extension_Movies $movies The movies
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setMovies($movies = null)
- {
- $this->_movies = $movies;
- return $this;
- }
- /**
- * Returns the movies
- *
- * @return Zend_Gdata_YouTube_Extension_Movies The movies
- */
- public function getMovies()
- {
- return $this->_movies;
- }
- /**
- * Sets the music
- *
- * @param Zend_Gdata_YouTube_Extension_Music $music The music
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setMusic($music = null)
- {
- $this->_music = $music;
- return $this;
- }
- /**
- * Returns the music
- *
- * @return Zend_Gdata_YouTube_Extension_Music The music
- */
- public function getMusic()
- {
- return $this->_music;
- }
- /**
- * Sets the occupation
- *
- * @param Zend_Gdata_YouTube_Extension_Occupation $occupation The occupation
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setOccupation($occupation = null)
- {
- $this->_occupation = $occupation;
- return $this;
- }
- /**
- * Returns the occupation
- *
- * @return Zend_Gdata_YouTube_Extension_Occupation The occupation
- */
- public function getOccupation()
- {
- return $this->_occupation;
- }
- /**
- * Sets the school
- *
- * @param Zend_Gdata_YouTube_Extension_School $school The school
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setSchool($school = null)
- {
- $this->_school = $school;
- return $this;
- }
- /**
- * Returns the school
- *
- * @return Zend_Gdata_YouTube_Extension_School The school
- */
- public function getSchool()
- {
- return $this->_school;
- }
- /**
- * Sets the gender
- *
- * @param Zend_Gdata_YouTube_Extension_Gender $gender The gender
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setGender($gender = null)
- {
- $this->_gender = $gender;
- return $this;
- }
- /**
- * Returns the gender
- *
- * @return Zend_Gdata_YouTube_Extension_Gender The gender
- */
- public function getGender()
- {
- return $this->_gender;
- }
- /**
- * Sets the relationship
- *
- * @param Zend_Gdata_YouTube_Extension_Relationship $relationship The relationship
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setRelationship($relationship = null)
- {
- $this->_relationship = $relationship;
- return $this;
- }
- /**
- * Returns the relationship
- *
- * @return Zend_Gdata_YouTube_Extension_Relationship The relationship
- */
- public function getRelationship()
- {
- return $this->_relationship;
- }
- /**
- * Sets the array of embedded feeds related to the video
- *
- * @param array $feedLink The array of embedded feeds relating to the video
- * @return Zend_Gdata_YouTube_UserProfileEntry Provides a fluent interface
- */
- public function setFeedLink($feedLink = null)
- {
- $this->_feedLink = $feedLink;
- return $this;
- }
- /**
- * Get the feed link property for this entry.
- *
- * @see setFeedLink
- * @param string $rel (optional) The rel value of the link to be found.
- * If null, the array of links is returned.
- * @return mixed If $rel is specified, a Zend_Gdata_Extension_FeedLink
- * object corresponding to the requested rel value is returned
- * if found, or null if the requested value is not found. If
- * $rel is null or not specified, an array of all available
- * feed links for this entry is returned, or null if no feed
- * links are set.
- */
- public function getFeedLink($rel = null)
- {
- if ($rel == null) {
- return $this->_feedLink;
- } else {
- foreach ($this->_feedLink as $feedLink) {
- if ($feedLink->rel == $rel) {
- return $feedLink;
- }
- }
- return null;
- }
- }
- /**
- * Returns the URL in the gd:feedLink with the provided rel value
- *
- * @param string $rel The rel value to find
- * @return mixed Either the URL as a string or null if a feedLink wasn't
- * found with the provided rel value
- */
- public function getFeedLinkHref($rel)
- {
- $feedLink = $this->getFeedLink($rel);
- if ($feedLink !== null) {
- return $feedLink->href;
- } else {
- return null;
- }
- }
- /**
- * Returns the URL of the playlist list feed
- *
- * @return string The URL of the playlist video feed
- */
- public function getPlaylistListFeedUrl()
- {
- return $this->getFeedLinkHref(Zend_Gdata_YouTube::USER_PLAYLISTS_REL);
- }
- /**
- * Returns the URL of the uploads feed
- *
- * @return string The URL of the uploads video feed
- */
- public function getUploadsFeedUrl()
- {
- return $this->getFeedLinkHref(Zend_Gdata_YouTube::USER_UPLOADS_REL);
- }
- /**
- * Returns the URL of the subscriptions feed
- *
- * @return string The URL of the subscriptions feed
- */
- public function getSubscriptionsFeedUrl()
- {
- return $this->getFeedLinkHref(Zend_Gdata_YouTube::USER_SUBSCRIPTIONS_REL);
- }
- /**
- * Returns the URL of the contacts feed
- *
- * @return string The URL of the contacts feed
- */
- public function getContactsFeedUrl()
- {
- return $this->getFeedLinkHref(Zend_Gdata_YouTube::USER_CONTACTS_REL);
- }
- /**
- * Returns the URL of the favorites feed
- *
- * @return string The URL of the favorites feed
- */
- public function getFavoritesFeedUrl()
- {
- return $this->getFeedLinkHref(Zend_Gdata_YouTube::USER_FAVORITES_REL);
- }
- }
|