Class: Doctrine_Connection_Module

Source Location: /Doctrine/Connection/Module.php

Class Doctrine_Connection_Module

Class Overview

Doctrine_Connection_Module

Located in /Doctrine/Connection/Module.php [line 32]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Revision: 1080 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Properties

Methods

[ 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
Doctrine_Connection   $conn  
string   $moduleName  

[ Top ]
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 ]
Properties
Doctrine_Connection   $conn [line 38]
API Tags:
Access:  protected


[ Top ]
string   $moduleName [line 42]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 47]

  Doctrine_Connection_Module __construct( [Doctrine_Connection $conn = null]  )

Parameters:
Doctrine_Connection   $conn:  Doctrine_Connection object, every connection module holds an instance of Doctrine_Connection

API Tags:
Access:  public


[ Top ]
getConnection  [line 64]

  Doctrine_Connection getConnection( )

getConnection returns the connection object this module uses


API Tags:
Access:  public


[ Top ]
getModuleName  [line 74]

  string getModuleName( )

getModuleName returns the name of this module


API Tags:
Return:  the name of this module
Access:  public


[ Top ]