404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.147.49.19: ~ $
<?php

namespace Doctrine\DBAL\Event;

use Doctrine\Common\EventArgs;
use Doctrine\DBAL\Connection;

/**
 * Event Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection.
 *
 * @deprecated
 */
class ConnectionEventArgs extends EventArgs
{
    private Connection $connection;

    public function __construct(Connection $connection)
    {
        $this->connection = $connection;
    }

    /** @return Connection */
    public function getConnection()
    {
        return $this->connection;
    }
}

Filemanager

Name Type Size Permission Actions
Listeners Folder 0755
ConnectionEventArgs.php File 531 B 0644
SchemaAlterTableAddColumnEventArgs.php File 2.02 KB 0644
SchemaAlterTableChangeColumnEventArgs.php File 1.64 KB 0644
SchemaAlterTableEventArgs.php File 1.37 KB 0644
SchemaAlterTableRemoveColumnEventArgs.php File 1.61 KB 0644
SchemaAlterTableRenameColumnEventArgs.php File 1.88 KB 0644
SchemaColumnDefinitionEventArgs.php File 1.76 KB 0644
SchemaCreateTableColumnEventArgs.php File 1.56 KB 0644
SchemaCreateTableEventArgs.php File 1.82 KB 0644
SchemaDropTableEventArgs.php File 1.2 KB 0644
SchemaEventArgs.php File 486 B 0644
SchemaIndexDefinitionEventArgs.php File 1.51 KB 0644
TransactionBeginEventArgs.php File 149 B 0644
TransactionCommitEventArgs.php File 150 B 0644
TransactionEventArgs.php File 445 B 0644
TransactionRollBackEventArgs.php File 152 B 0644