Esempio n. 1
0
 public function __construct($uid, $type)
 {
     $this->event = FD::event($uid);
     $this->access = $this->event->getAccess();
     parent::__construct($uid, $type);
 }
Esempio n. 2
0
 public function __construct($uid, $type)
 {
     $this->group = FD::group($uid);
     parent::__construct($uid, $type);
 }
Esempio n. 3
0
 public function __construct($uid, $type)
 {
     parent::__construct($uid, $type);
 }