Prado\Collections\TMap::offsetGet PHP Метод

offsetGet() публичный Метод

This method is required by the interface \ArrayAccess.
public offsetGet ( $offset ) : mixed
Результат mixed the element at the offset, null if no element is found at the offset
    public function offsetGet($offset)
    {
        return $this->itemAt($offset);
    }