コード例 #1
0
ファイル: event_log.php プロジェクト: ratbird/hope
 /**
  * get all log actions with recorded events
  */
 function get_used_log_actions()
 {
     return LogAction::getUsed();
 }