Commit 4b191a31 authored by romanb's avatar romanb

Reverted deletion of old Manager.php. Still needed for new tests.

parent 5bc3d006
......@@ -88,13 +88,6 @@ abstract class Doctrine_Connection
*/
protected $_eventManager;
/**
* Name of the connection
*
* @var string $_name
*/
protected $_name;
/**
* The name of this connection driver.
*
......@@ -156,7 +149,7 @@ abstract class Doctrine_Connection
/**
* The transaction object.
*
* @var Doctrine::DBAL::Transactions::Transaction
* @var Doctrine::DBAL::Transaction
*/
protected $_transaction;
......
This diff is collapsed.
......@@ -41,7 +41,7 @@ class Doctrine_Schema_MySqlSchemaManager extends Doctrine_Schema_SchemaManager
'listViews' => "SHOW FULL TABLES %s WHERE Table_type = 'VIEW'",
);*/
public function __construct(Doctrine_Connection_MySql $conn)
public function __construct(Doctrine_Connection $conn)
{
$this->_conn = $conn;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment