| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 212 lignes (8 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
PropelOMTask:: (5 méthodes):
setTargetPlatform()
getTargetPlatform()
ensureDirExists()
build()
main()
Classe: PropelOMTask - X-Ref
This Task creates the OM classes based on the XML schema file.| setTargetPlatform($v) X-Ref |
| Sets the platform (php4, php5, etc.) for which the om is being built. param: string $v |
| getTargetPlatform() X-Ref |
| Gets the platform (php4, php5, etc.) for which the om is being built. return: string |
| ensureDirExists($path) X-Ref |
| Utility method to create directory for package if it doesn't already exist. param: string $path The [relative] package path. |
| build(OMBuilder $builder, $overwrite = true) X-Ref |
| Uses a builder class to create the output class. This method assumes that the DataModelBuilder class has been initialized with the build properties. param: OMBuilder $builder param: boolean $overwrite Whether to overwrite existing files with te new ones (default is YES). |
| main() X-Ref |
| Main method builds all the targets for a typical propel project. |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |