Class Zend_Service_Flickr_Result

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Service/Flickr/Result.php (line 30)


	
			
Variable Summary
Method Summary
 Zend_Service_Flickr_Result __construct ( $image, Zend_Service_Flickr $flickr)
Variables
string $date_taken (line 85)
  • var: The date the photo was taken.
  • access: public
string $date_upload (line 80)
  • var: The date the photo was uploaded.
  • access: public
string $icon_server (line 95)
  • var: The server used in assembling icon URLs.
  • access: public
int $id (line 35)
  • var: The photo's Flickr ID
  • access: public
bool $isfamily (line 70)
  • var: The photo is visible to you because you are family of the owner.
  • access: public
bool $isfriend (line 65)
  • var: The photo is visible to you because you are a friend of the owner.
  • access: public
bool $ispublic (line 60)
  • var: The photo is public.
  • access: public
Zend_Service_Flickr_Image $Large (line 120)
  • var: a 640 pixel version of the image.
  • access: public
string $license (line 75)
  • var: The license the photo is available under.
  • access: public
Zend_Service_Flickr_Image $Medium (line 115)
  • var: a 500 pixel version of the image.
  • access: public
Zend_Service_Flickr_Image $Original (line 125)
  • var: the original image.
  • access: public
int $owner (line 40)
  • var: The photo owner's NSID.
  • access: public
string $owner_name (line 90)
  • var: THe screenname of the owner.
  • access: public
string $secret (line 45)
  • var: A key used in URI construction.
  • access: public
string $server (line 50)
  • var: The servername to use for URI construction.
  • access: public
Zend_Service_Flickr_Image $Small (line 110)
  • var: a 240 pixel version of the image.
  • access: public
Zend_Service_Flickr_Image $Square (line 100)
  • var: A 75x75 thumbnail of the image.
  • access: public
Zend_Service_Flickr_Image $Thumbnail (line 105)
  • var: a 100 pixel thumbnail of the image.
  • access: public
string $title (line 55)
  • var: The photo's title.
  • access: public
Zend_Service_Flickr $_flickr (line 132)

Original Zend_Service_Flickr object

  • access: protected
Methods
Constructor __construct (line 140)

Parse the Flickr Result

Zend_Service_Flickr_Result __construct ( $image, Zend_Service_Flickr $flickr)
  • DomElement $image
  • Zend_Service_Flickr $flickr: Original Zend_Service_Flickr object with which the request was made

Documentation generated on Wed, 21 Feb 2007 11:58:45 -0800 by phpDocumentor 1.3.1