Method | Description | |
---|---|---|
__construct ( string $name, string $field ) | ||
addMaskRange ( string $mask ) | Add an ip range in the form of a CIDR mask. | |
addRange ( string $fromValue = null, string $toValue = null ) | Add an ip range to this aggregation. | |
setField ( string $field ) | Set the field for this aggregation. |
public __construct ( string $name, string $field ) | ||
$name | string | the name of this aggregation |
$field | string | the field on which to perform this aggregation |
public addMaskRange ( string $mask ) | ||
$mask | string | a valid CIDR mask |