DkimOptions
in package
A helper providing autocompletion for available DkimSigner options.
Tags
Table of Contents
- $options : mixed
- 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(int $algo) : $this
Parameters
- $algo : int
Return values
$this —bodyCanon()
public
bodyCanon(string $canon) : $this
Parameters
- $canon : string
Return values
$this —bodyMaxLength()
public
bodyMaxLength(int $max) : $this
Parameters
- $max : int
Return values
$this —bodyShowLength()
public
bodyShowLength(bool $show) : $this
Parameters
- $show : bool
Return values
$this —headerCanon()
public
headerCanon(string $canon) : $this
Parameters
- $canon : string
Return values
$this —headersToIgnore()
public
headersToIgnore(array<string|int, mixed> $headers) : $this
Parameters
- $headers : array<string|int, mixed>
Return values
$this —signatureExpirationDelay()
public
signatureExpirationDelay(int $show) : $this
Parameters
- $show : int
Return values
$this —toArray()
public
toArray() : array<string|int, mixed>