Scalr\Upgrade\EntityPropertiesIterator::key PHP Method

key() public method

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