SMimePart
extends AbstractPart
in package
Tags
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
$body
private
mixed
$body
$headers
private
mixed
$headers
$parameters
private
mixed
$parameters
$subtype
private
mixed
$subtype
$type
private
mixed
$type
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 —getHeaders()
public
getHeaders() : Headers
Return values
Headers —getMediaSubtype()
public
getMediaSubtype() : string
Return values
string —getMediaType()
public
getMediaType() : string
Return values
string —getPreparedHeaders()
public
getPreparedHeaders() : Headers
Return values
Headers —toIterable()
public
toIterable() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed> —toString()
public
toString() : string