Example #1
0
 /**
  * get all log actions with recorded events
  */
 function get_used_log_actions()
 {
     return LogAction::getUsed();
 }