Ejemplo n.º 1
0
 /**
  * The requestobject from implementation
  *
  * @param array $where
  * @return Audit
  */
 public static function from(&$where)
 {
     $us = new Audit();
     $us->merge($where);
     return $us;
 }