|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct (DOMElement $image, Zend_Service_Flickr $flickr) | |
Data Fields | |
| $id | |
| $owner | |
| $secret | |
| $server | |
| $title | |
| $ispublic | |
| $isfriend | |
| $isfamily | |
| $license | |
| $dateupload | |
| $datetaken | |
| $ownername | |
| $iconserver | |
| $Square | |
| $Thumbnail | |
| $Small | |
| $Medium | |
| $Large | |
| $Original | |
Protected Attributes | |
| $_flickr | |
Definition at line 32 of file Result.php.
| __construct | ( | DOMElement $ | image, |
| Zend_Service_Flickr $ | flickr | ||
| ) |
Parse the Flickr Result
| DOMElement | $image | |
| Zend_Service_Flickr | $flickr | Original Zend_Service_Flickr object with which the request was made |
Definition at line 181 of file Result.php.
$_flickr [protected] |
Definition at line 172 of file Result.php.
| $datetaken |
Definition at line 109 of file Result.php.
| $dateupload |
Definition at line 102 of file Result.php.
| $iconserver |
Definition at line 123 of file Result.php.
| $id |
Definition at line 39 of file Result.php.
| $isfamily |
Definition at line 88 of file Result.php.
| $isfriend |
Definition at line 81 of file Result.php.
| $ispublic |
Definition at line 74 of file Result.php.
| $Large |
Definition at line 158 of file Result.php.
| $license |
Definition at line 95 of file Result.php.
| $Medium |
Definition at line 151 of file Result.php.
| $Original |
Definition at line 165 of file Result.php.
| $owner |
Definition at line 46 of file Result.php.
| $ownername |
Definition at line 116 of file Result.php.
| $secret |
Definition at line 53 of file Result.php.
| $server |
Definition at line 60 of file Result.php.
| $Small |
Definition at line 144 of file Result.php.
| $Square |
Definition at line 130 of file Result.php.
| $Thumbnail |
Definition at line 137 of file Result.php.
| $title |
Definition at line 67 of file Result.php.