Exemplo n.º 1
0
 function lookup($id)
 {
     return $id && is_numeric($id) && ($d = new Draft($id)) && $d->getId() == $id ? $d : null;
 }