root/devel/mod/rpc/xmlrpc/handlers_elgg_user.php
| Revision 758, 300 bytes (checked in by sven, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // Prepare a list of handlers to be loaded into the XML-RPC server |
| 4 | $handlers = array('elgg.user.getUserIcon' => 'getUserIcon'); |
| 5 | |
| 6 | // Add the handlers to the global handlers array |
| 7 | $RPC->addMapping($handlers); |
| 8 | $RPC->addLibrary(dirname(__FILE__)."/library_elgg_user.php"); |
| 9 | |
| 10 | ?> |
| 11 |
Note: See TracBrowser for help on using the browser.
