コード例 #1
0
 /**
  * (PHP 5 &gt;= 5.0.0)<br/>
  * Return the current element
  * @link http://php.net/manual/en/iterator.current.php
  * @return Property
  */
 public function current()
 {
     return $this->objIterator->current();
 }