4 include_once
'./Services/WebServices/Rest/classes/class.ilRestFileStorage.php';
30 $this->
get(
'/fileStorage', array($callback_obj,
'getFile'));
31 $this->
post(
'/fileStorage', array($callback_obj,
'createFile'));
34 $callback_obj->deleteDeprecated();
init()
Init server / add handlers.
post($pattern, $callable)
Add POST route.
__construct($container=[])
ilRestServer constructor.