API Documentation

Gdata/Photos/UserFeed.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Photos
version
$Id: UserFeed.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Photos_UserFeed

Description

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.

Zend_Gdata_Photos_UserFeed

Extends from
Zend_Gdata_Feed
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Photos
Properties
$_gphotoUser
$_gphotoThumbnail
$_gphotoNickname
$_entryClassName
$_feedClassName
$_entryKindClassMapping
Methods
__construct
takeChildFromDOM
getDOM
getGphotoUser
setGphotoUser
getGphotoNickname
setGphotoNickname
getGphotoThumbnail
setGphotoThumbnail

Description

Data model for a collection of entries for a specific user, usually provided by the servers.

For information on requesting this feed from a server, see the service class, Zend_Gdata_Photos.

Properties

$_entryClassName

 $_entryClassName = 'Zend_Gdata_Photos_UserEntry'

Details

visibility
protected
default
Zend_Gdata_Photos_UserEntry
final
false
static
false

$_entryKindClassMapping

 $_entryKindClassMapping = 'array'

Details

visibility
protected
default
array
final
false
static
false

$_feedClassName

 $_feedClassName = 'Zend_Gdata_Photos_UserFeed'

Details

visibility
protected
default
Zend_Gdata_Photos_UserFeed
final
false
static
false

$_gphotoNickname

Zend_Gdata_Photos_Extension_Nickname $_gphotoNickname = 'null'

gphoto:nickname element

Details

$_gphotoNickname
Zend_Gdata_Photos_Extension_Nickname
visibility
protected
default
null
final
false
static
false

$_gphotoThumbnail

Zend_Gdata_Photos_Extension_Thumbnail $_gphotoThumbnail = 'null'

gphoto:thumbnail element

Details

$_gphotoThumbnail
Zend_Gdata_Photos_Extension_Thumbnail
visibility
protected
default
null
final
false
static
false

$_gphotoUser

Zend_Gdata_Photos_Extension_User $_gphotoUser = 'null'

gphoto:user element

Details

$_gphotoUser
Zend_Gdata_Photos_Extension_User
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct(  $element = null ) :
Arguments
$element
Details
visibility
public
final
false
static
false

getDOM

getDOM(  $doc = null,  $majorVersion = 1,  $minorVersion = null ) :
Arguments
$doc
$majorVersion
$minorVersion
Details
visibility
public
final
false
static
false

getGphotoNickname

getGphotoNickname( ) : string

Get the value for this element's gphoto:nickname attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoNickname

getGphotoThumbnail

getGphotoThumbnail( ) : string

Get the value for this element's gphoto:thumbnail attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoThumbnail

getGphotoUser

getGphotoUser( ) : string

Get the value for this element's gphoto:user attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoUser

setGphotoNickname

setGphotoNickname( string $value ) : Zend_Gdata_Photos_Extension_Nickname

Set the value for this element's gphoto:nickname attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Nickname
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoThumbnail

setGphotoThumbnail( string $value ) : Zend_Gdata_Photos_Extension_Thumbnail

Set the value for this element's gphoto:thumbnail attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Thumbnail
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoUser

setGphotoUser( string $value ) : Zend_Gdata_Photos_Extension_User

Set the value for this element's gphoto:user attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_User
The element being modified.
Details
visibility
public
final
false
static
false

takeChildFromDOM

takeChildFromDOM( DOMNode $child ) :

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Arguments
$child
DOMNode
The DOMNode to process
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.