doFetch() защищенный Метод

protected doFetch ( )
Пример #1
0
 protected function doFetch()
 {
     if (parent::doFetch() !== null) {
         return [$this->currentKey, &$this->currentValue];
     }
 }