Add method User_Adapter::get_template_owner

This commit is contained in:
Romain Neutron
2011-12-26 16:04:47 +01:00
parent 5dc97682be
commit 138ed434b2

View File

@@ -871,6 +871,11 @@ class User_Adapter implements User_Interface, cache_cacheableInterface
return $this->is_template;
}
public function get_template_owner()
{
return $this->template_owner;
}
public static function get_usr_id_from_email($email)
{
$conn = connection::getPDOConnection();