Service/Flickr/Result.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service  
Subpackage
Flickr  
Version
$Id$  

\Zend_Service_Flickr_Result

Package: Zend_Service\Flickr
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertypublic\Zend_Service_Flickr_Image $Large
A 640 pixel version of the image.
>VPropertypublic\Zend_Service_Flickr_Image $Medium
A 500 pixel version of the image.
>VPropertypublic\Zend_Service_Flickr_Image $Original
The original image.
>VPropertypublic\Zend_Service_Flickr_Image $Small
A 240 pixel version of the image.
>VPropertypublic\Zend_Service_Flickr_Image $Square
A 75x75 pixel square thumbnail of the image.
>VPropertypublic\Zend_Service_Flickr_Image $Thumbnail
A 100 pixel thumbnail of the image.
>VPropertyprotected\Zend_Service_Flickr $_flickr
Original Zend_Service_Flickr object.
>VPropertypublicstring $datetaken
The date the photo was taken.
Details
Type
string
>VPropertypublicstring $dateupload
The date the photo was uploaded.
Details
Type
string
>VPropertypublicstring $iconserver
The server used in assembling icon URLs.
Details
Type
string
>VPropertypublicstring $id
The photo's Flickr ID.
Details
Type
string
>VPropertypublicstring $isfamily
Whether the photo is visible to you because you are family of the owner.
Details
Type
string
>VPropertypublicstring $isfriend
Whether the photo is visible to you because you are a friend of the owner.
Details
Type
string
>VPropertypublicstring $ispublic
Whether the photo is public.
Details
Type
string
>VPropertypublicstring $license
The license the photo is available under.
Details
Type
string
>VPropertypublicstring $owner
The photo owner's NSID.
Details
Type
string
>VPropertypublicstring $ownername
The screenname of the owner.
Details
Type
string
>VPropertypublicstring $secret
A key used in URI construction.
Details
Type
string
>VPropertypublicstring $server
The servername to use for URI construction.
Details
Type
string
>VPropertypublicstring $title
The photo's title.
Details
Type
string

Methods

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

Parse the Flickr Result

Parameters
NameTypeDescription
$image\DOMElement
$flickr\Zend_Service_Flickr

Original Zend_Service_Flickr object with which the request was made

Documentation was generated by phpDocumentor 2.2.0 .