Commit 377d157a authored by zYne's avatar zYne

--no commit message

--no commit message
parent eb555668
...@@ -36,6 +36,17 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access ...@@ -36,6 +36,17 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
* @param Doctrine_Table $_table reference to associated Doctrine_Table instance * @param Doctrine_Table $_table reference to associated Doctrine_Table instance
*/ */
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
...@@ -275,7 +286,7 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access ...@@ -275,7 +286,7 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
/** /**
* actAs * actAs
* loads the given plugin * loads the given plugin
* *
* @param mixed $tpl * @param mixed $tpl
* @param array $options * @param array $options
......
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