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

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

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