public function doFetch($id)
 {
     $this->doFetchHasBeenCalled = true;
     $this->id = $id[1];
     return parent::doFetch($id);
 }
예제 #2
0
 public function doFetch($id)
 {
     return parent::doFetch($id);
 }