Example #1
0
 public static function setBeforeFindCriteria($criteria)
 {
     self::$_beforeFindCriteria = empty($criteria) ? null : $criteria;
 }