Added back getTemplates() function. Somehow was removed on accident
This commit is contained in:
parent
8dfd9e5a6b
commit
bf6ed870fa
@ -294,6 +294,16 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
|
||||
}
|
||||
$this->repository = new Doctrine_Table_Repository($this);
|
||||
}
|
||||
/**
|
||||
* getTemplates
|
||||
* returns all templates attached to this table
|
||||
*
|
||||
* @return array an array containing all templates
|
||||
*/
|
||||
public function getTemplates()
|
||||
{
|
||||
return $this->_templates;
|
||||
}
|
||||
/**
|
||||
* export
|
||||
* exports this table to database based on column and option definitions
|
||||
|
Loading…
x
Reference in New Issue
Block a user