PHP Trait gossi\codegen\model\parts\BodyPart

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

Méthodes publiques

Méthode Description
getBody ( ) : string Returns the body
setBody ( string $body ) Sets the body for this

Method Details

getBody() public méthode

Returns the body
public getBody ( ) : string
Résultat string

setBody() public méthode

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