FileAccess Orion

RelatedPart extends AbstractMultipartPart
in package

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$boundary  : mixed
$headers  : mixed
$mainPart  : 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
generateContentId()  : string
getBoundary()  : string
prepareParts()  : void

Properties

Methods

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

getMediaSubtype()

public getMediaSubtype() : string
Return values
string

getMediaType()

public abstract 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

generateContentId()

private generateContentId() : string
Return values
string

Search results