MixedPart
extends AbstractMultipartPart
in package
FinalYes
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- asDebugString() : string
- bodyToIterable() : iterable<string|int, mixed>
- bodyToString() : string
- getHeaders() : Headers
- getMediaSubtype() : string
- getMediaType() : string
- getParts() : array<string|int, AbstractPart>
- getPreparedHeaders() : Headers
- toIterable() : iterable<string|int, mixed>
- toString() : string
- getBoundary() : string
Properties
$boundary
private
mixed
$boundary
$headers
private
mixed
$headers
$parts
private
mixed
$parts
= []
Methods
__construct()
public
__construct(AbstractPart ...$parts) : mixed
Parameters
- $parts : AbstractPart
asDebugString()
public
asDebugString() : string
Return values
stringbodyToIterable()
public
bodyToIterable() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>bodyToString()
public
bodyToString() : string
Return values
stringgetHeaders()
public
getHeaders() : Headers
Return values
HeadersgetMediaSubtype()
public
getMediaSubtype() : string
Return values
stringgetMediaType()
public
getMediaType() : string
Return values
stringgetParts()
public
getParts() : array<string|int, AbstractPart>
Return values
array<string|int, AbstractPart>getPreparedHeaders()
public
getPreparedHeaders() : Headers
Return values
HeaderstoIterable()
public
toIterable() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>toString()
public
toString() : string
Return values
stringgetBoundary()
private
getBoundary() : string