GeneratorInterface
interface GeneratorInterface
Generator interface.
Methods
void
run(bool $force = false)
Run the generator logic and save it to a file.
Details
at line 17
void
run(bool $force = false)
Run the generator logic and save it to a file.
at line 27
static void
make(Table $class, string|null $namespace = null, string|null $destination = null)
Create a instance.