class QuickBuilder
Methods
| setSchema($schema) | ||
|
setPlatform(PlatformInterface $platform)
Setter for the platform property |
||
| PlatformInterface |
getPlatform()
Getter for the platform property |
|
|
setConfig(GeneratorConfigInterface $config)
Setter for the config property |
||
| GeneratorConfigInterface |
getConfig()
Getter for the config property |
|
| static | buildSchema($schema, $dsn = null, $user = null, $pass = null, $adapter = null) | |
| build($dsn = null, $user = null, $pass = null, $adapter = null, array $classTargets = null) | ||
| getDatabase() | ||
| buildSQL(ConnectionInterface $con) | ||
| getSQL() | ||
| getBuildName($classTargets = null) | ||
| buildClasses(array $classTargets = null) | ||
| getClasses(array $classTargets = null) | ||
| getClassesForTable(Table $table, array $classTargets = null) | ||
| static | debugClassesForTable($schema, $tableName) | |
| fixNamespaceDeclarations($source) |
Details
at line 29
public
setSchema($schema)
at line 39
public
setPlatform(PlatformInterface $platform)
Setter for the platform property
at line 49
public PlatformInterface
getPlatform()
Getter for the platform property
at line 63
public
setConfig(GeneratorConfigInterface $config)
Setter for the config property
at line 73
public GeneratorConfigInterface
getConfig()
Getter for the config property