Elgg\DeprecationWrapperTestObj2::offsetGet PHP Méthode

offsetGet() public méthode

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return isset($this->data[$offset]) ? $this->data[$offset] : null;
    }