Xinc_Api_Module_Interface __construct(
Xinc_Plugin_Interface
$plugin)
|
|
Constructor for the Module
The plugin passed itself as a variable to the constructor.
The Api Module can access the plugins shared functionality
Tags:
Parameters:
returns the Methods of this Api Module
getName() returns 'mymodule'; getMethod() returns array('get', 'set'); Api can handle: http://mydomain.com/api/mymodule/get/ AND http://mydomain.com/api/mymodule/set/
Tags: