Documentation home page

CFlickr.test
Component TestInterface

AbstractInterface
  |
  +--test.TestInterface

Method Summary
public struct echo()
A testing method which echo's all paramaters back in the response.
public any login()
A testing method which checks if the caller is logged in then returns their username.
public any null()
Place holder for null method, does nothing as far as i can tell.. ?

Methods inherited from AbstractInterface
init
 

Method Detail

echo

public struct echo()
A testing method which echo's all paramaters back in the response.


login

public any login()
A testing method which checks if the caller is logged in then returns their username.


null

public any null()
Place holder for null method, does nothing as far as i can tell.. ?