Api\ArrayType\ApiArrayOfNewsRelatedSearch::offsetGet PHP Метод

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

Returns the element at the offset
См. также: AbstractStructArrayBase::offsetGet()
public offsetGet ( integer $offset ) : Api\StructType\ApiNewsRelatedSearch | null
$offset integer
Результат Api\StructType\ApiNewsRelatedSearch | null
    public function offsetGet($offset)
    {
        return parent::offsetGet($offset);
    }