API Documentation

Service/Flickr/Result.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Flickr
version
$Id: Result.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Flickr_Result

Description

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.

Zend_Service_Flickr_Result

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Flickr
Properties
$id
$owner
$secret
$server
$title
$ispublic
$isfriend
$isfamily
$license
$dateupload
$datetaken
$ownername
$iconserver
$Square
$Thumbnail
$Small
$Medium
$Large
$Original
$_flickr
Methods
__construct

Description

Properties

$Large

Zend_Service_Flickr_Image $Large = ''

A 640 pixel version of the image.

Details

$Large
Zend_Service_Flickr_Image
visibility
public
default
final
false
static
false

$Medium

Zend_Service_Flickr_Image $Medium = ''

A 500 pixel version of the image.

Details

$Medium
Zend_Service_Flickr_Image
visibility
public
default
final
false
static
false

$Original

Zend_Service_Flickr_Image $Original = ''

The original image.

Details

$Original
Zend_Service_Flickr_Image
visibility
public
default
final
false
static
false

$Small

Zend_Service_Flickr_Image $Small = ''

A 240 pixel version of the image.

Details

$Small
Zend_Service_Flickr_Image
visibility
public
default
final
false
static
false

$Square

Zend_Service_Flickr_Image $Square = ''

A 75x75 pixel square thumbnail of the image.

Details

$Square
Zend_Service_Flickr_Image
visibility
public
default
final
false
static
false

$Thumbnail

Zend_Service_Flickr_Image $Thumbnail = ''

A 100 pixel thumbnail of the image.

Details

$Thumbnail
Zend_Service_Flickr_Image
visibility
public
default
final
false
static
false

$_flickr

Zend_Service_Flickr $_flickr = ''

Original Zend_Service_Flickr object.

Details

$_flickr
Zend_Service_Flickr
visibility
protected
default
final
false
static
false

$datetaken

string $datetaken = ''

The date the photo was taken.

Details

$datetaken
string
visibility
public
default
final
false
static
false

$dateupload

string $dateupload = ''

The date the photo was uploaded.

Details

$dateupload
string
visibility
public
default
final
false
static
false

$iconserver

string $iconserver = ''

The server used in assembling icon URLs.

Details

$iconserver
string
visibility
public
default
final
false
static
false

$id

string $id = ''

The photo's Flickr ID.

Details

$id
string
visibility
public
default
final
false
static
false

$isfamily

string $isfamily = ''

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

Details

$isfamily
string
visibility
public
default
final
false
static
false

$isfriend

string $isfriend = ''

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

Details

$isfriend
string
visibility
public
default
final
false
static
false

$ispublic

string $ispublic = ''

Whether the photo is public.

Details

$ispublic
string
visibility
public
default
final
false
static
false

$license

string $license = ''

The license the photo is available under.

Details

$license
string
visibility
public
default
final
false
static
false

$owner

string $owner = ''

The photo owner's NSID.

Details

$owner
string
visibility
public
default
final
false
static
false

$ownername

string $ownername = ''

The screenname of the owner.

Details

$ownername
string
visibility
public
default
final
false
static
false

$secret

string $secret = ''

A key used in URI construction.

Details

$secret
string
visibility
public
default
final
false
static
false

$server

string $server = ''

The servername to use for URI construction.

Details

$server
string
visibility
public
default
final
false
static
false

$title

string $title = ''

The photo's title.

Details

$title
string
visibility
public
default
final
false
static
false

Methods

__construct

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

Parse the Flickr Result

Arguments
$image
DOMElement
$flickr
Zend_Service_Flickr
Original Zend_Service_Flickr object with which the request was made
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.