Exemplo n.º 1
0
 public function getArchive($id)
 {
     $ret = new Archive($id, $this);
     if (!$ret->exists()) {
         return false;
     }
     return $ret;
 }