Doctrine


Doctrine\DBAL\Event\ConnectionEventArgs
/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 36

Class ConnectionEventArgs

Class:ConnectionEventArgs - Superclass: EventArgs
EventArgs
⌊ ConnectionEventArgs

public class ConnectionEventArgs
extends EventArgs

Event Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection.

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.com
Since:
1.0
Version:
$Revision$
Author:
Benjamin Eberlei

Constructor Summary

ConnectionEventArgs(mixed connection)

Method Summary
Doctrine\DBAL\Connection

getConnection()

Doctrine\DBAL\Platforms\AbstractPlatform

getDatabasePlatform()

Doctrine\DBAL\Driver

getDriver()

Doctrine\DBAL\Schema\AbstractSchemaManager

getSchemaManager()

Methods inherited from Doctrine\Common\EventArgs
getEmptyInstance

Constructor Detail

/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 43

ConnectionEventArgs

public ConnectionEventArgs(mixed connection)

Method Detail

/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 51

getConnection

public Doctrine\DBAL\Connection getConnection()


/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 67

getDatabasePlatform

public Doctrine\DBAL\Platforms\AbstractPlatform getDatabasePlatform()


/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 59

getDriver

public Doctrine\DBAL\Driver getDriver()


/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 75

getSchemaManager

public Doctrine\DBAL\Schema\AbstractSchemaManager getSchemaManager()


Doctrine