Ejemplo n.º 1
0
 protected function getYesterdayResult()
 {
     if (empty($this->date) || !is_numeric($this->date)) {
         return array();
     }
     $this->date = date('Ymd', strtotime('-1 day'));
     $lastHandel = Model_House_UpDown_Task::getLastDealMessage($this->date);
     return $lastHandel;
 }