Beispiel #1
0
 function lookup($id)
 {
     return $id && is_numeric($id) && ($t = new EmailTemplateGroup($id)) && $t->getId() == $id ? $t : null;
 }