DkimOptions
in package
FinalYes
A helper providing autocompletion for available DkimSigner options.
Tags
Table of Contents
Properties
- $options : mixed
Methods
- algorithm() : $this
- bodyCanon() : $this
- bodyMaxLength() : $this
- bodyShowLength() : $this
- headerCanon() : $this
- headersToIgnore() : $this
- signatureExpirationDelay() : $this
- toArray() : array<string|int, mixed>
Properties
$options
private
mixed
$options
= []
Methods
algorithm()
public
algorithm(string $algo) : $this
Parameters
- $algo : string
Return values
$thisbodyCanon()
public
bodyCanon(string $canon) : $this
Parameters
- $canon : string
Return values
$thisbodyMaxLength()
public
bodyMaxLength(int $max) : $this
Parameters
- $max : int
Return values
$thisbodyShowLength()
public
bodyShowLength(bool $show) : $this
Parameters
- $show : bool
Return values
$thisheaderCanon()
public
headerCanon(string $canon) : $this
Parameters
- $canon : string
Return values
$thisheadersToIgnore()
public
headersToIgnore(array<string|int, mixed> $headers) : $this
Parameters
- $headers : array<string|int, mixed>
Return values
$thissignatureExpirationDelay()
public
signatureExpirationDelay(int $show) : $this
Parameters
- $show : int
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>