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