This commit is contained in:
parent
eb555668d2
commit
377d157a00
@ -37,6 +37,17 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
|
|||||||
*/
|
*/
|
||||||
protected $_table;
|
protected $_table;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* getTable
|
||||||
|
* returns the associated table object
|
||||||
|
*
|
||||||
|
* @return Doctrine_Table the associated table object
|
||||||
|
*/
|
||||||
|
public function getTable()
|
||||||
|
{
|
||||||
|
return $this->_table;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* addListener
|
* addListener
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user