예제 #1
0
 function lookup($id)
 {
     return $id && is_numeric($id) && ($sla = new SLA($id)) && $sla->getId() == $id ? $sla : null;
 }