Psr2 Code Generator

BodyPart

Body Part.

For all models that do have a code body

Tags
author

Thomas Gossmann

Table of Contents

$body  : string
appendToBody()  : $this
Append a string to the body of this.
getBody()  : string
Returns the body.
setBody()  : $this
Sets the body for this.

Properties

Methods

appendToBody()

Append a string to the body of this.

public appendToBody(string $toAppend) : $this
Parameters
$toAppend : string
Return values
$this

getBody()

Returns the body.

public getBody() : string
Return values
string

setBody()

Sets the body for this.

public setBody(string $body) : $this
Parameters
$body : string
Return values
$this

Search results