class PropelQuickBuilder
Methods
| setSchema($schema) | ||
|
setPlatform(PropelPlatformInterface $platform)
Setter for the platform property |
||
| PropelPlatformInterface |
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) | ||
| getDatabase() | ||
| buildSQL(PDO $con) | ||
| getSQL() | ||
| buildClasses() | ||
| getClasses() | ||
| getClassesForTable(Table $table) | ||
| static | debugClassesForTable($schema, $tableName) |
Details
at line 18
public
setSchema($schema)
at line 28
public
setPlatform(PropelPlatformInterface $platform)
Setter for the platform property
at line 38
public PropelPlatformInterface
getPlatform()
Getter for the platform property
at line 52
public
setConfig(GeneratorConfigInterface $config)
Setter for the config property
at line 62
public GeneratorConfigInterface
getConfig()
Getter for the config property