Commit b6924e0f authored by zYne's avatar zYne

--no commit message

--no commit message
parent a5f755f4
......@@ -37,6 +37,16 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
*/
protected $_table;
public function setTableDefinition()
{
}
public function setUp()
{
}
/**
* getTable
* returns the associated table object
......@@ -284,6 +294,14 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
return $this;
}
public function loadPlugin(Doctrine_Plugin $plugin)
{
$plugin->initialize($this->_table);
$this->_table->addPlugin($plugin, get_class($plugin));
}
/**
* actAs
* loads the given plugin
......
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