|
Doctrine 1.2.4
|
Inherited by Doctrine_DataDict, Doctrine_Export, Doctrine_Expression_Driver, Doctrine_Formatter, Doctrine_Import, Doctrine_Sequence, Doctrine_Transaction, and Doctrine_Util.
Public Member Functions | |
| __construct ($conn=null) | |
| getConnection () | |
| getModuleName () | |
Definition at line 33 of file Module.php.
| Doctrine_Connection_Module::__construct | ( | $conn = null | ) |
| Doctrine_Connection | $conn | Doctrine_Connection object, every connection module holds an instance of Doctrine_Connection |
Definition at line 50 of file Module.php.
| Doctrine_Connection_Module::getConnection | ( | ) |
getConnection returns the connection object this module uses
Definition at line 68 of file Module.php.
| Doctrine_Connection_Module::getModuleName | ( | ) |
getModuleName returns the name of this module
Definition at line 79 of file Module.php.