예제 #1
0
파일: event_log.php 프로젝트: ratbird/hope
 /**
  * get all log actions with recorded events
  */
 function get_used_log_actions()
 {
     return LogAction::getUsed();
 }