Example #1
0
 /**
  * Return the current value.
  *
  * @return mixed
  */
 public function current()
 {
     return $this->objModel->getProperty($this->key());
 }