Example #1
0
 /**
  * @return caja
  */
 public static function get_caja_activa()
 {
     $obj = new self();
     return $obj->findActiva();
 }