Psr2 Code Generator

MethodBuilder extends AbstractBuilder Uses RoutineBuilderPart

Table of Contents

$generator  : ModelGenerator
$config  : GeneratorConfig
$writer  : Writer
__construct()  : mixed
build()  : void
buildDocblock()  : void
ensureBlankLine()  : void
generate()  : void
getConfig()  : GeneratorConfig
getWriter()  : Writer
writeBody()  : void
writeFunctionReturnType()  : void
writeFunctionStatement()  : void
writeParameters()  : void
discoverThis()  : void
Discover the class relative to the `$this` notation.

Properties

Methods

ensureBlankLine()

protected ensureBlankLine() : void
Return values
void

discoverThis()

Discover the class relative to the `$this` notation.

private discoverThis(PhpMethod $method) : void
Parameters
$method : PhpMethod
Return values
void

Search results