Documentation home page

CFlickr.reflection
Component ReflectionInterface

AbstractInterface
  |
  +--reflection.ReflectionInterface

Method Summary
public Method getMethodInfo(string method_name)
Returns information for a given flickr API method.
public array getMethods()
Returns a list of available flickr API methods.

Methods inherited from AbstractInterface
init
 

Method Detail

getMethodInfo

public CFlickr.reflection.Method getMethodInfo(string method_name)
Returns information for a given flickr API method.

Parameters:
string method_name (Required) - The name of the method to fetch information for.

getMethods

public array getMethods()
Returns a list of available flickr API methods.