Files
luos/workflow/engine
Erik Amaru Ortiz b25efdd866 Adding Rest Api Service Support
Rest Service on plugins
-----------------------

1. enable service

add the following line in plugin __constructor main class
$this->enableRestService(true);

2. Create the sources directory structure by example:
if you plugin is named myPlugin

myPlugin
    |--src
        |--Services
             |--Api
                 |--MyPlugin
                      |--Test.php

Where Test.php is a Restler class
2013-12-03 17:10:18 -04:00
..
2013-12-03 17:10:18 -04:00
2013-12-03 17:10:18 -04:00
2013-11-19 11:39:11 -04:00