예제 #1
0
 function __construct($id)
 {
     $seminar = new \Seminar($id);
     if ($seminar->isVisible()) {
         $this->delegate = $seminar;
     }
 }