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