Property | Type | Description | |
---|---|---|---|
$compteur | |||
$row | |||
$sort |
Method | Description | |
---|---|---|
__construct ( $config ) | ||
getAbsoluteUrl ( array $photo, $size = 's' ) : string | Return a Flickr photo URL | |
getData ( ) : SimpleXMLElement | Overcharge parent::getData() | |
populateItemTemplate ( &$item ) : array | Return an array of key->value using the item data | |
setVariables ( array $config ) : void | Sets some common variables (row, sort, compteur) and item template |
public getAbsoluteUrl ( array $photo, $size = 's' ) : string | ||
$photo | array | Photo item |
return | string |
public getData ( ) : SimpleXMLElement | ||
return | SimpleXMLElement |
public populateItemTemplate ( &$item ) : array | ||
return | array |
public setVariables ( array $config ) : void | ||
$config | array | The config array |
return | void |