HumHub Documentation (unofficial)

SMimePart extends AbstractPart
in package

Tags
author

Sebastiaan Stok s.stok@rollerscapes.net

Table of Contents

Properties

$body  : mixed
$headers  : mixed
$parameters  : mixed
$subtype  : mixed
$type  : mixed

Methods

__construct()  : mixed
__sleep()  : array<string|int, mixed>
__wakeup()  : void
asDebugString()  : string
bodyToIterable()  : iterable<string|int, mixed>
bodyToString()  : string
getHeaders()  : Headers
getMediaSubtype()  : string
getMediaType()  : string
getPreparedHeaders()  : Headers
toIterable()  : iterable<string|int, mixed>
toString()  : string

Properties

Methods

__construct()

public __construct(iterable<string|int, mixed>|string $body, string $type, string $subtype, array<string|int, mixed> $parameters) : mixed
Parameters
$body : iterable<string|int, mixed>|string
$type : string
$subtype : string
$parameters : array<string|int, mixed>

__sleep()

public __sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>

asDebugString()

public asDebugString() : string
Return values
string

bodyToIterable()

public bodyToIterable() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

bodyToString()

public bodyToString() : string
Return values
string

getMediaSubtype()

public getMediaSubtype() : string
Return values
string

getMediaType()

public getMediaType() : string
Return values
string

toIterable()

public toIterable() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

toString()

public toString() : string
Return values
string

        
On this page

Search results