Commit 483cf724 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 6f5ae1c3
...@@ -80,14 +80,20 @@ class Doctrine_Template extends Doctrine_Record_Abstract ...@@ -80,14 +80,20 @@ class Doctrine_Template extends Doctrine_Record_Abstract
{ {
return $this->_invoker; return $this->_invoker;
} }
public function get()
{
throw new Exception();
}
public function getPlugin() public function getPlugin()
{ {
return $this->_plugin; return $this->_plugin;
} }
public function get($name)
{
throw new Doctrine_Exception("Templates doesn't support accessors.");
}
public function set($name, $value)
{
throw new Doctrine_Exception("Templates doesn't support accessors.");
}
public function setUp() public function setUp()
{ {
......
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