| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 75 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
MapBuilder:: (3 méthodes):
doBuild()
isBuilt()
getDatabaseMap()
Interface: MapBuilder - X-Ref
MapBuilders are classes that construct a model of a database at runtime.| doBuild() X-Ref |
| Build up the database mapping. return: void |
| isBuilt() X-Ref |
| Tells us if the database mapping is built so that we can avoid re-building it repeatedly. return: boolean Whether the DatabaseMap is built. |
| getDatabaseMap() X-Ref |
| Gets the database mapping this map builder built. return: DatabaseMap A DatabaseMap. |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |