[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/Zend/Gdata/Photos/ -> UserFeed.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id: UserFeed.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 247 lines (8 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 8 files
 include/Zend/Gdata/Photos/TagEntry.php
 include/Zend/Gdata/App/Exception.php
 include/Zend/Gdata/Feed.php
 include/Zend/Gdata/Photos.php
 include/Zend/Gdata/Photos/UserEntry.php
 include/Zend/Gdata/Photos/CommentEntry.php
 include/Zend/Gdata/Photos/PhotoEntry.php
 include/Zend/Gdata/Photos/AlbumEntry.php

Defines 1 class

Zend_Gdata_Photos_UserFeed:: (9 methods):
  __construct()
  takeChildFromDOM()
  getDOM()
  getGphotoUser()
  setGphotoUser()
  getGphotoNickname()
  setGphotoNickname()
  getGphotoThumbnail()
  setGphotoThumbnail()


Class: Zend_Gdata_Photos_UserFeed  - X-Ref

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.

__construct($element = null)   X-Ref
No description

takeChildFromDOM($child)   X-Ref
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

getDOM($doc = null, $majorVersion = 1, $minorVersion = null)   X-Ref
No description

getGphotoUser()   X-Ref
Get the value for this element's gphoto:user attribute.

return: string The requested attribute.

setGphotoUser($value)   X-Ref
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.

getGphotoNickname()   X-Ref
Get the value for this element's gphoto:nickname attribute.

return: string The requested attribute.

setGphotoNickname($value)   X-Ref
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.

getGphotoThumbnail()   X-Ref
Get the value for this element's gphoto:thumbnail attribute.

return: string The requested attribute.

setGphotoThumbnail($value)   X-Ref
Set the value for this element's gphoto:thumbnail attribute.

param: string $value The desired value for this attribute.
return: Zend_Gdata_Photos_Extension_Thumbnail The element being modified.



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1