MixedPart
extends AbstractMultipartPart
in package
Tags
Table of Contents
- $boundary : mixed
- $headers : mixed
- $parts : mixed
- __construct() : mixed
- asDebugString() : string
- bodyToIterable() : iteratable<string|int, mixed>
- bodyToString() : string
- getHeaders() : Headers
- getMediaSubtype() : string
- getMediaType() : string
- getParts() : array<string|int, AbstractPart>
- getPreparedHeaders() : Headers
- toIterable() : iteratable<string|int, mixed>
- toString() : string
- getBoundary() : string
Properties
$boundary
private
mixed
$boundary
$headers
private
mixed
$headers
$parts
private
mixed
$parts
= []
Methods
__construct()
public
__construct() : mixed
Return values
mixed —asDebugString()
public
asDebugString() : string
Return values
string —bodyToIterable()
public
abstract bodyToIterable() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed> —bodyToString()
public
abstract bodyToString() : string
Return values
string —getHeaders()
public
getHeaders() : Headers
Return values
Headers —getMediaSubtype()
public
getMediaSubtype() : string
Return values
string —getMediaType()
public
abstract getMediaType() : string
Return values
string —getParts()
public
getParts() : array<string|int, AbstractPart>
Return values
array<string|int, AbstractPart> —getPreparedHeaders()
public
getPreparedHeaders() : Headers
Return values
Headers —toIterable()
public
toIterable() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed> —toString()
public
toString() : string
Return values
string —getBoundary()
private
getBoundary() : string