FileAccess Orion

SMimePart extends AbstractPart
in package

Tags
author

Sebastiaan Stok s.stok@rollerscapes.net

Table of Contents

$body  : mixed
$headers  : mixed
$parameters  : mixed
$subtype  : mixed
$type  : mixed
__construct()  : mixed
__sleep()  : array<string|int, mixed>
__wakeup()  : void
asDebugString()  : string
bodyToIterable()  : iteratable<string|int, mixed>
bodyToString()  : string
getHeaders()  : Headers
getMediaSubtype()  : string
getMediaType()  : string
getPreparedHeaders()  : Headers
toIterable()  : iteratable<string|int, mixed>
toString()  : string

Properties

Methods

__construct()

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

__sleep()

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

__wakeup()

public __wakeup() : void
Return values
void

asDebugString()

public asDebugString() : string
Return values
string

bodyToIterable()

public bodyToIterable() : iteratable<string|int, mixed>
Return values
iteratable<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() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed>

toString()

public toString() : string
Return values
string

Search results