Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
ActionHandler.php
Go to the documentation of this file.
1 <?php
48 interface ActionHandler {
49 
96  public function handle($params);
97 
107  public function getPermissions($params);
108 }