$body
$body : string
Function body
Body trait
setBody(string $body, integer $indent = 4) : \Pop\Code\Generator\Traits\BodyTrait
Set the function body
string | $body | |
integer | $indent |
appendToBody(string $body) : \Pop\Code\Generator\Traits\BodyTrait
Append to the function body
string | $body |
indentBody(integer $indent) : \Pop\Code\Generator\Traits\BodyTrait
Append to the function body
integer | $indent |