1
0
mirror of synced 2024-12-14 07:06:04 +03:00
This commit is contained in:
zYne 2007-11-26 22:27:23 +00:00
parent eb555668d2
commit 377d157a00

View File

@ -37,6 +37,17 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
*/
protected $_table;
/**
* getTable
* returns the associated table object
*
* @return Doctrine_Table the associated table object
*/
public function getTable()
{
return $this->_table;
}
/**
* addListener
*