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);
    }