📄 albumentry.php
字号:
$this->_gphotoUser = $user; break; case $this->lookupNamespace('gphoto') . ':' . 'timestamp'; $timestamp = new Zend_Gdata_Photos_Extension_Timestamp(); $timestamp->transferFromDOM($child); $this->_gphotoTimestamp = $timestamp; break; case $this->lookupNamespace('gphoto') . ':' . 'nickname'; $nickname = new Zend_Gdata_Photos_Extension_Nickname(); $nickname->transferFromDOM($child); $this->_gphotoNickname = $nickname; break; case $this->lookupNamespace('georss') . ':' . 'where'; $geoRssWhere = new Zend_Gdata_Geo_Extension_GeoRssWhere(); $geoRssWhere->transferFromDOM($child); $this->_geoRssWhere = $geoRssWhere; break; case $this->lookupNamespace('media') . ':' . 'group'; $mediaGroup = new Zend_Gdata_Media_Extension_MediaGroup(); $mediaGroup->transferFromDOM($child); $this->_mediaGroup = $mediaGroup; break; default: parent::takeChildFromDOM($child); break; } } /** * Get the value for this element's gphoto:access attribute. * * @see setGphotoAccess * @return string The requested attribute. */ public function getGphotoAccess() { return $this->_gphotoAccess; } /** * Set the value for this element's gphoto:access attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Access The element being modified. */ public function setGphotoAccess($value) { $this->_gphotoAccess = $value; return $this; } /** * Get the value for this element's gphoto:location attribute. * * @see setGphotoLocation * @return string The requested attribute. */ public function getGphotoLocation() { return $this->_gphotoLocation; } /** * Set the value for this element's gphoto:location attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Location The element being modified. */ public function setGphotoLocation($value) { $this->_location = $value; return $this; } /** * Get the value for this element's gphoto:name attribute. * * @see setGphotoName * @return string The requested attribute. */ public function getGphotoName() { return $this->_gphotoName; } /** * Set the value for this element's gphoto:name attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Name The element being modified. */ public function setGphotoName($value) { $this->_gphotoName = $value; return $this; } /** * Get the value for this element's gphoto:numphotos attribute. * * @see setGphotoNumPhotos * @return string The requested attribute. */ public function getGphotoNumPhotos() { return $this->_gphotoNumPhotos; } /** * Set the value for this element's gphoto:numphotos attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_NumPhotos The element being modified. */ public function setGphotoNumPhotos($value) { $this->_gphotoNumPhotos = $value; return $this; } /** * Get the value for this element's gphoto:commentCount attribute. * * @see setGphotoCommentCount * @return string The requested attribute. */ public function getGphotoCommentCount() { return $this->_gphotoCommentCount; } /** * Set the value for this element's gphoto:commentCount attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_CommentCount The element being modified. */ public function setGphotoCommentCount($value) { $this->_gphotoCommentCount = $value; return $this; } /** * Get the value for this element's gphoto:commentingEnabled attribute. * * @see setGphotoCommentingEnabled * @return string The requested attribute. */ public function getGphotoCommentingEnabled() { return $this->_gphotoCommentingEnabled; } /** * Set the value for this element's gphoto:commentingEnabled attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_CommentingEnabled The element being modified. */ public function setGphotoCommentingEnabled($value) { $this->_gphotoCommentingEnabled = $value; return $this; } /** * Get the value for this element's gphoto:id attribute. * * @see setGphotoId * @return string The requested attribute. */ public function getGphotoId() { return $this->_gphotoId; } /** * Set the value for this element's gphoto:id attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Id The element being modified. */ public function setGphotoId($value) { $this->_gphotoId = $value; return $this; } /** * Get the value for this element's georss:where attribute. * * @see setGeoRssWhere * @return string The requested attribute. */ public function getGeoRssWhere() { return $this->_geoRssWhere; } /** * Set the value for this element's georss:where attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Geo_Extension_GeoRssWhere The element being modified. */ public function setGeoRssWhere($value) { $this->_geoRssWhere = $value; return $this; } /** * Get the value for this element's media:group attribute. * * @see setMediaGroup * @return string The requested attribute. */ public function getMediaGroup() { return $this->_mediaGroup; } /** * Set the value for this element's media:group attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Media_Extension_MediaGroup The element being modified. */ public function setMediaGroup($value) { $this->_mediaGroup = $value; return $this; } /** * Get the value for this element's gphoto:user attribute. * * @see setGphotoUser * @return string The requested attribute. */ public function getGphotoUser() { return $this->_gphotoUser; } /** * Set the value for this element's gphoto:user attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_User The element being modified. */ public function setGphotoUser($value) { $this->_gphotoUser = $value; return $this; } /** * Get the value for this element's gphoto:nickname attribute. * * @see setGphotoNickname * @return string The requested attribute. */ public function getGphotoNickname() { return $this->_gphotoNickname; } /** * Set the value for this element's gphoto:nickname attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Nickname The element being modified. */ public function setGphotoNickname($value) { $this->_gphotoNickname = $value; return $this; } /** * Get the value for this element's gphoto:timestamp attribute. * * @see setGphotoTimestamp * @return string The requested attribute. */ public function getGphotoTimestamp() { return $this->_gphotoTimestamp; } /** * Set the value for this element's gphoto:timestamp attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Timestamp The element being modified. */ public function setGphotoTimestamp($value) { $this->_gphotoTimestamp = $value; return $this; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -