This commit is contained in:
parent
eb555668d2
commit
377d157a00
@ -36,6 +36,17 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
|
||||
* @param Doctrine_Table $_table reference to associated Doctrine_Table instance
|
||||
*/
|
||||
protected $_table;
|
||||
|
||||
/**
|
||||
* getTable
|
||||
* returns the associated table object
|
||||
*
|
||||
* @return Doctrine_Table the associated table object
|
||||
*/
|
||||
public function getTable()
|
||||
{
|
||||
return $this->_table;
|
||||
}
|
||||
|
||||
/**
|
||||
* addListener
|
||||
@ -275,7 +286,7 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
|
||||
|
||||
/**
|
||||
* actAs
|
||||
* loads the given plugin
|
||||
* loads the given plugin
|
||||
*
|
||||
* @param mixed $tpl
|
||||
* @param array $options
|
||||
|
Loading…
Reference in New Issue
Block a user