Scalr\Upgrade\EntityPropertiesIterator::current PHP 메소드

current() 공개 메소드

또한 보기: Iterator::current()
public current ( )
    public function current()
    {
        $property = $this->refProps[$this->position]->getName();
        return $this->entity->{$property};
    }