Api\ArrayType\ApiArrayOfErrorProject::offsetGet PHP Method

offsetGet() public method

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