示例#1
0
 /**
  * Iterator: is pointer valid?
  *
  * @return bool
  */
 public function valid()
 {
     return $this->dataSource->valid();
 }
 /**
  * Iterator: is pointer valid?
  *
  * @return bool
  */
 public function valid()
 {
     return $this->zfResultSet->valid();
 }