Class: Doctrine_Connection_Module
Source Location: /Doctrine/Connection/Module.phpClass Doctrine_Connection_Module
Class Overview
Doctrine_Connection_Module Located in /Doctrine/Connection/Module.php [line 32] Author(s):
|
[ Top ]
Direct descendents
Child Class | Description |
---|---|
Doctrine_Connection_UnitOfWork | Doctrine_Connection_UnitOfWork |
Doctrine_DataDict | Doctrine_DataDict |
Doctrine_Export | Doctrine_Export |
Doctrine_Expression_Driver | Doctrine_Expression_Driver |
Doctrine_Formatter | Doctrine_Formatter |
Doctrine_Import | class Doctrine_Import Main responsible of performing import operation. Delegates database schema reading to a reader object and passes the result to a builder object which builds a Doctrine data model. |
Doctrine_Sequence | Doctrine_Sequence The base class for sequence handling drivers. |
Doctrine_Transaction | Doctrine_Transaction Handles transaction savepoint and isolation abstraction |
Doctrine_Util | Doctrine_Util |
[ Top ]
Property Summary
Method Summary
Doctrine_Connection_Module | __construct() | |
Doctrine_Connection | getConnection() | getConnection returns the connection object this module uses |
string | getModuleName() | getModuleName returns the name of this module |
[ Top ]
Methods
Constructor __construct [line 47]
|
Doctrine_Connection | $conn: | Doctrine_Connection object, every connection module holds an instance of Doctrine_Connection |
API Tags:
Access: | public |
[ Top ]
getConnection [line 64]
|
getConnection returns the connection object this module uses
API Tags:
Access: | public |
[ Top ]