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