示例#1
0
 /**
  * Finds and returns all evalcomix_tool instances.
  * @static abstract
  *
  * @return array array of evalcomix_tool instances or false if none found.
  */
 public static function fetch_all($params)
 {
     return evalcomix::fetch_all_helper('block_evalcomix', 'evalcomix', $params);
 }