HumHub Documentation (unofficial)

DkimOptions
in package

FinalYes

A helper providing autocompletion for available DkimSigner options.

Tags
author

Fabien Potencier fabien@symfony.com

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

Methods

algorithm()

public algorithm(string $algo) : $this
Parameters
$algo : string
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>
Return values
array<string|int, mixed>

        
On this page

Search results