PHP Trait gossi\codegen\model\parts\BodyPart

For all models that do have a code body
Author: Thomas Gossmann
Datei anzeigen Open project: gossi/php-code-generator

Public Methods

Method Description
getBody ( ) : string Returns the body
setBody ( string $body ) Sets the body for this

Method Details

getBody() public method

Returns the body
public getBody ( ) : string
return string

setBody() public method

Sets the body for this
public setBody ( string $body )
$body string