albumfeed.php

来自「Bug tracker, and reporter.」· PHP 代码 · 共 509 行 · 第 1/2 页

PHP
509
字号
     * 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: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->_gphotoLocation = $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 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 + =
减小字号Ctrl + -
显示快捷键?