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

key() 공개 메소드

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