📄 photoentry.php
字号:
$commentCount = new Zend_Gdata_Photos_Extension_CommentCount(); $commentCount->transferFromDOM($child); $this->_gphotoCommentCount = $commentCount; break; case $this->lookupNamespace('exif') . ':' . 'tags'; $exifTags = new Zend_Gdata_Exif_Extension_Tags(); $exifTags->transferFromDOM($child); $this->_exifTags = $exifTags; break; case $this->lookupNamespace('georss') . ':' . 'where'; $geoRssWhere = new Zend_Gdata_Geo_Extension_GeoRssWhere(); $geoRssWhere->transferFromDOM($child); $this->_geoRssWhere = $geoRssWhere; break; default: parent::takeChildFromDOM($child); break; } } /** * Get the value for this element's gphoto:albumid attribute. * * @see setGphotoAlbumId * @return string The requested attribute. */ public function getGphotoAlbumId() { return $this->_gphotoAlbumId; } /** * Set the value for this element's gphoto:albumid attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_AlbumId The element being modified. */ public function setGphotoAlbumId($value) { $this->_gphotoAlbumId = $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 gphoto:version attribute. * * @see setGphotoVersion * @return string The requested attribute. */ public function getGphotoVersion() { return $this->_gphotoVersion; } /** * Set the value for this element's gphoto:version attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Version The element being modified. */ public function setGphotoVersion($value) { $this->_gphotoVersion = $value; return $this; } /** * Get the value for this element's gphoto:width attribute. * * @see setGphotoWidth * @return string The requested attribute. */ public function getGphotoWidth() { return $this->_gphotoWidth; } /** * Set the value for this element's gphoto:width attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Width The element being modified. */ public function setGphotoWidth($value) { $this->_gphotoWidth = $value; return $this; } /** * Get the value for this element's gphoto:height attribute. * * @see setGphotoHeight * @return string The requested attribute. */ public function getGphotoHeight() { return $this->_gphotoHeight; } /** * Set the value for this element's gphoto:height attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Height The element being modified. */ public function setGphotoHeight($value) { $this->_gphotoHeight = $value; return $this; } /** * Get the value for this element's gphoto:size attribute. * * @see setGphotoSize * @return string The requested attribute. */ public function getGphotoSize() { return $this->_gphotoSize; } /** * Set the value for this element's gphoto:size attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Size The element being modified. */ public function setGphotoSize($value) { $this->_gphotoSize = $value; return $this; } /** * Get the value for this element's gphoto:client attribute. * * @see setGphotoClient * @return string The requested attribute. */ public function getGphotoClient() { return $this->_gphotoClient; } /** * Set the value for this element's gphoto:client attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Client The element being modified. */ public function setGphotoClient($value) { $this->_gphotoClient = $value; return $this; } /** * Get the value for this element's gphoto:checksum attribute. * * @see setGphotoChecksum * @return string The requested attribute. */ public function getGphotoChecksum() { return $this->_gphotoChecksum; } /** * Set the value for this element's gphoto:checksum attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Photos_Extension_Checksum The element being modified. */ public function setGphotoChecksum($value) { $this->_gphotoChecksum = $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; } /** * 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 exif:tags attribute. * * @see setExifTags * @return string The requested attribute. */ public function getExifTags() { return $this->_exifTags; } /** * Set the value for this element's exif:tags attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Exif_Extension_Tags The element being modified. */ public function setExifTags($value) { $this->_exifTags = $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; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -