class PropelQuickBuilder
Methods
| setClassTargets(array $targets) | ||
| 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, array $classTargets = null) | ||
| getDatabase() | ||
| buildSQL(PDO $con) | ||
| getSQL() | ||
| buildClasses(array $classTargets = null) | ||
| getClasses(array $classTargets = null) | ||
| getClassesForTable(Table $table, array $classTargets = null) | ||
| static | debugClassesForTable($schema, $tableName) |
Details
at line 20
public
setClassTargets(array $targets)
at line 25
public
setSchema($schema)
at line 35
public
setPlatform(PropelPlatformInterface $platform)
Setter for the platform property
at line 45
public PropelPlatformInterface
getPlatform()
Getter for the platform property
at line 60
public
setConfig(GeneratorConfigInterface $config)
Setter for the config property
at line 70
public GeneratorConfigInterface
getConfig()
Getter for the config property