Methods |
public
|
__construct(string $zone, array $args)
|
#
|
public
|
__debugInfo()
|
#
|
public
|
getMeta(string $key): mixed|null
Get record meta
|
#
|
public
|
setMeta(mixed $key, mixed|null $value = null): self
Set record meta
|
#
|
public
|
is(Record $r): bool
|
#
|
public
|
matches(string $field, $against): bool
Requested record field matches
Requested record field matches
Parameters
|
#
|
public
|
getZone(): string
|
#
|
public
|
__toString()
|
#
|
public
|
toArray(): array
Get the instance as an array.
Get the instance as an array.
Implements
|
#
|
public
|
hostname(): string
|
#
|
public
|
offsetExists($offset): bool
|
#
|
public
&
|
offsetGet($offset)
Actually this should be return by ref but atm cannot be.
Actually this should be return by ref but atm cannot be.
Implements
|
#
|
public
|
offsetSet($offset, $value): void
|
#
|
public
|
offsetUnset($offset): void
|
#
|
public
|
merge(Record $new): Record
Update properties with new properties
Update properties with new properties
|
#
|
public
|
add(Record $new): $this
Add properties if unset
|
#
|
public
|
parameterFromMeta(): string
|
#
|