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
- 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 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
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()
Event Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection.