Ignore:
Timestamp:
Sep 15, 2012, 8:36:48 PM (12 years ago)
Author:
mistic100
Message:

example of new API method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/skeleton/main.inc.php

    r17924 r17933  
    7878}
    7979
     80// add API function
     81add_event_handler('ws_add_methods', 'skeleton_ws_add_methods');
    8082
    81 // file containing specific plugin functions
     83
     84// files containing specific plugin functions
    8285include_once(SKELETON_PATH . 'include/functions.inc.php');
     86include_once(SKELETON_PATH . 'include/ws_functions.inc.php');
    8387
    8488
Note: See TracChangeset for help on using the changeset viewer.