public function import($format, $data, $options = array())
 {
     sleep(5);
     return parent::import($format, $data, $options = array());
 }
 public function getRows($where = null, $order = null, $limit = null, $start = null)
 {
     $this->called['getRows']++;
     return parent::getRows($where, $order, $limit, $start);
 }