예제 #1
0
 function findNext($response)
 {
     if (!is_null($this->find_next)) {
         return $this->find_next;
     } else {
         return parent::findNext($response);
     }
 }