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