1
0
mirror of synced 2024-12-13 14:56:01 +03:00
This commit is contained in:
zYne 2007-07-09 22:47:34 +00:00
parent b2f255669b
commit 0ae630046f

View File

@ -58,10 +58,6 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
* @var Doctrine_Connection $conn Doctrine_Connection object that created this table
*/
private $conn;
/**
* @var string $name
*/
private $name;
/**
* @var array $identityMap first level cache
*/