1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-08-17 21:21:52 +00:00
parent ec6f806efe
commit ed8e90b8df

View File

@ -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