Prado\Collections\TMap::offsetGet PHP Method

offsetGet() public method

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