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 |
public CFlickr.reflection.Method getMethodInfo(string method_name)
string method_name (Required) - The name of the method to fetch information for. public array getMethods()