category Zend
package Zend_Service
subpackage Flickr
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Parse the Flickr Result

__construct(\DOMElement $image, \Zend_Service_Flickr $flickr) : void

Parameters

$image

\DOMElement

$flickr

\Zend_Service_Flickr

Original Zend_Service_Flickr object with which the request was made

 Properties

 

A 640 pixel version of the image.

$Large : \Zend_Service_Flickr_Image

Default

 

A 500 pixel version of the image.

$Medium : \Zend_Service_Flickr_Image

Default

 

The original image.

$Original : \Zend_Service_Flickr_Image

Default

 

A 240 pixel version of the image.

$Small : \Zend_Service_Flickr_Image

Default

 

A 75x75 pixel square thumbnail of the image.

$Square : \Zend_Service_Flickr_Image

Default

 

A 100 pixel thumbnail of the image.

$Thumbnail : \Zend_Service_Flickr_Image

Default

 

The date the photo was taken.

$datetaken : string

Default

 

The date the photo was uploaded.

$dateupload : string

Default

 

The server used in assembling icon URLs.

$iconserver : string

Default

 

The photo's Flickr ID.

$id : string

Default

 

Whether the photo is visible to you because you are family of the owner.

$isfamily : string

Default

 

Whether the photo is visible to you because you are a friend of the owner.

$isfriend : string

Default

 

Whether the photo is public.

$ispublic : string

Default

 

The license the photo is available under.

$license : string

Default

 

The photo owner's NSID.

$owner : string

Default

 

The screenname of the owner.

$ownername : string

Default

 

A key used in URI construction.

$secret : string

Default

 

The servername to use for URI construction.

$server : string

Default

 

The photo's title.

$title : string

Default

 

Original Zend_Service_Flickr object.

$_flickr : \Zend_Service_Flickr

Default