Scalr\Upgrade\EntityPropertiesIterator::current PHP Method

current() public method

See also: Iterator::current()
public current ( )
    public function current()
    {
        $property = $this->refProps[$this->position]->getName();
        return $this->entity->{$property};
    }