BaseGeneratorStrategy
in package
implements
GeneratorStrategyInterface
Generator strategy that generates the class body
Table of Contents
Interfaces
- GeneratorStrategyInterface
- Generator strategy interface - defines basic behavior of class generators
Methods
- generate() : string
- Generate the provided class
Methods
generate()
Generate the provided class
public
generate(ClassGenerator $classGenerator) : string
Parameters
- $classGenerator : ClassGenerator