API Documentation

Service/Flickr/Result.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service  
subpackage
Flickr  
version
$Id: Result.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_Flickr_Result

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

Properties

Propertypublic\Zend_Service_Flickr_Image  $Large= ''

A 640 pixel version of the image.

Propertypublic\Zend_Service_Flickr_Image  $Medium= ''

A 500 pixel version of the image.

Propertypublic\Zend_Service_Flickr_Image  $Original= ''

The original image.

Propertypublic\Zend_Service_Flickr_Image  $Small= ''

A 240 pixel version of the image.

Propertypublic\Zend_Service_Flickr_Image  $Square= ''

A 75x75 pixel square thumbnail of the image.

Propertypublic\Zend_Service_Flickr_Image  $Thumbnail= ''

A 100 pixel thumbnail of the image.

Propertyprotected\Zend_Service_Flickr  $_flickr= ''

Original Zend_Service_Flickr object.

Details
Type
\Zend_Service_Flickr
Propertypublicstring  $datetaken= ''

The date the photo was taken.

Details
Type
string
Propertypublicstring  $dateupload= ''

The date the photo was uploaded.

Details
Type
string
Propertypublicstring  $iconserver= ''

The server used in assembling icon URLs.

Details
Type
string
Propertypublicstring  $id= ''

The photo's Flickr ID.

Details
Type
string
Propertypublicstring  $isfamily= ''

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

Details
Type
string
Propertypublicstring  $isfriend= ''

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

Details
Type
string
Propertypublicstring  $ispublic= ''

Whether the photo is public.

Details
Type
string
Propertypublicstring  $license= ''

The license the photo is available under.

Details
Type
string
Propertypublicstring  $owner= ''

The photo owner's NSID.

Details
Type
string
Propertypublicstring  $ownername= ''

The screenname of the owner.

Details
Type
string
Propertypublicstring  $secret= ''

A key used in URI construction.

Details
Type
string
Propertypublicstring  $server= ''

The servername to use for URI construction.

Details
Type
string
Propertypublicstring  $title= ''

The photo's title.

Details
Type
string

Methods

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

Parse the Flickr Result

Parameters
Name Type Description
$image \DOMElement
$flickr \Zend_Service_Flickr Original Zend_Service_Flickr object with which the request was made
Documentation was generated by DocBlox 0.13.3.