예제 #1
0
 public function current()
 {
     $value = parent::current();
     if ($this->valueField === null) {
         return $value;
     }
     return PropertyPath::get($value, $this->valueField);
 }