コード例 #1
0
 /**
  * iterate through every record
  * and pass the results to a closure.
  * if the closure returns FALSE, it breaks out of the loop.
  */
 public function filter(array $params)
 {
     Util::filter($this, $params);
 }