Api\ArrayType\ApiArrayOfNewsRelatedSearch::offsetGet PHP Method

offsetGet() public method

Returns the element at the offset
See also: AbstractStructArrayBase::offsetGet()
public offsetGet ( integer $offset ) : Api\StructType\ApiNewsRelatedSearch | null
$offset integer
return Api\StructType\ApiNewsRelatedSearch | null
    public function offsetGet($offset)
    {
        return parent::offsetGet($offset);
    }