This commit is contained in:
parent
6f5ae1c305
commit
483cf72448
1 changed files with 11 additions and 5 deletions
|
@ -80,14 +80,20 @@ class Doctrine_Template extends Doctrine_Record_Abstract
|
|||
{
|
||||
return $this->_invoker;
|
||||
}
|
||||
public function get()
|
||||
{
|
||||
throw new Exception();
|
||||
}
|
||||
|
||||
public function getPlugin()
|
||||
{
|
||||
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()
|
||||
{
|
||||
|
||||
|
@ -97,4 +103,4 @@ class Doctrine_Template extends Doctrine_Record_Abstract
|
|||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue