/**
  * (PHP 5 &gt;= 5.0.0)<br/>
  * Return the key of the current element
  * @link http://php.net/manual/en/iterator.key.php
  * @return mixed scalar on success, or null on failure.
  */
 public function key()
 {
     return $this->objIterator->key();
 }