HumHub Documentation (unofficial)

AlternativePart extends AbstractMultipartPart
in package

FinalYes
Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$boundary  : mixed
$headers  : mixed
$parts  : mixed

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

Methods

bodyToIterable()

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

getMediaSubtype()

public getMediaSubtype() : 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