Functions

Function Description
getGroups Returns the groups this person is a member of.
getPhotos Returns the photos this person has uploaded.
getPhotosOf Returns photos of this person.

getGroups

Returns the groups this person is a member of.

Return Value: An array of BigTreeFlickrGroup objects or false if the call fails.

getGroups()

getPhotos

Returns the photos this person has uploaded.

Return Value: A BigTreeFlickrResultSet of BigTreeFlickrPhoto objects or false if the call fails.

getPhotos($per_page, $params)
Parameter Description
$per_page Number of photos per page, defaults to 100, max of 500.
$params Additional parameters to pass to the flickr.people.getPhotos API call

getPhotosOf

Returns photos of this person.

Return Value: A BigTreeFlickrResultSet of BigTreeFlickrPhoto objects or false if the call fails.

getPhotosOf($per_page, $params)
Parameter Description
$per_page Number of photos per page, defaults to 100, max of 500.
$params Additional parameters to pass to the flickr.people.getPhotos API call