abstract class AbstractPropelDataModelTask extends Task
An abstract base Propel task to perform work related to the XML schema file.
The subclasses invoke templates to do the actual writing of the resulting files.
Methods
List |
getDataModels()
Return the data models that have been processed. |
|
Hashtable |
getDataModelDbMap()
Return the data model to database name map. |
|
addSchemaFileset(Fileset $set)
Adds a set of xml schema files (nested fileset attribute). |
||
String |
getTargetDatabase()
Get the current target database. |
|
setTargetDatabase(v $v)
Set the current target database. |
||
string |
getTargetPackage()
Get the current target package. |
|
setTargetPackage(string $v)
Set the current target package. |
||
setPackageObjectModel(boolean $v)
Set the packageObjectModel switch on/off |
||
setValidate(boolean $v)
Set whether to perform validation on the datamodel schema.xml file(s). |
||
setXsd(PhingFile $v)
Set the XSD schema to use for validation of any datamodel schema.xml file(s). |
||
setXsl(PhingFile $v)
Set the normalization XSLT to use to transform datamodel schema.xml file(s) before validation and parsing. |
||
void |
setOutputDirectory(PhingFile $outputDirectory)
[REQUIRED] Set the output directory. |
|
setDbEncoding(v $v)
Set the current target database encoding. |
||
setUrl(string $url)
Set the DB connection url. |
||
setUserid(string $userId)
Set the user name for the DB connection. |
||
setPassword(string $password)
Set the password for the DB connection. |
||
string |
getOutputDirectory()
Get the output directory. |
|
Mapper |
createMapper()
Nested creator, creates one Mapper for this task. |
|
PDO |
getConnection()
Gets the PDO connection, if URL specified. |
Details
at line 147
public List
getDataModels()
Return the data models that have been processed.
at line 161
public Hashtable
getDataModelDbMap()
Return the data model to database name map.
at line 175
public
addSchemaFileset(Fileset $set)
Adds a set of xml schema files (nested fileset attribute).
at line 185
public String
getTargetDatabase()
Get the current target database.
at line 195
public
setTargetDatabase(v $v)
Set the current target database.
(e.g. mysql, oracle, ..)
at line 205
public string
getTargetPackage()
Get the current target package.
at line 216
public
setTargetPackage(string $v)
Set the current target package.
This is where generated PHP classes will
live.
at line 226
public
setPackageObjectModel(boolean $v)
Set the packageObjectModel switch on/off
at line 235
public
setValidate(boolean $v)
Set whether to perform validation on the datamodel schema.xml file(s).
at line 244
public
setXsd(PhingFile $v)
Set the XSD schema to use for validation of any datamodel schema.xml file(s).
at line 253
public
setXsl(PhingFile $v)
Set the normalization XSLT to use to transform datamodel schema.xml file(s) before validation and parsing.
at line 265
public void
setOutputDirectory(PhingFile $outputDirectory)
[REQUIRED] Set the output directory.
It will be
created if it doesn't exist.
at line 285
public
setDbEncoding(v $v)
Set the current target database encoding.
at line 295
public
setUrl(string $url)
Set the DB connection url.
at line 305
public
setUserid(string $userId)
Set the user name for the DB connection.
at line 315
public
setPassword(string $password)
Set the password for the DB connection.
at line 324
public string
getOutputDirectory()
Get the output directory.
at line 335
public Mapper
createMapper()
Nested creator, creates one Mapper for this task.
at line 374
public PDO
getConnection()
Gets the PDO connection, if URL specified.