Api\ArrayType\ApiArrayOfError::offsetGet PHP 메소드

offsetGet() 공개 메소드

Returns the element at the offset
또한 보기: AbstractStructArrayBase::offsetGet()
public offsetGet ( integer $offset ) : Api\StructType\ApiError | null
$offset integer
리턴 Api\StructType\ApiError | null
    public function offsetGet($offset)
    {
        return parent::offsetGet($offset);
    }