DefaultGeneratorStrategy
class DefaultGeneratorStrategy
The default generator strategy.
This strategy allows to change the order in which methods, properties and constants are sorted.
class DefaultGeneratorStrategy
The default generator strategy.
This strategy allows to change the order in which methods, properties and constants are sorted.
__construct(GeneratorVisitorInterface $visitor = null)
setConstantSortFunc(Closure $func = null)
setMethodSortFunc(Closure $func = null)
setPropertySortFunc(Closure $func = null)
generate(GenerateableInterface $class)