예제 #1
0
 public function __construct($uid, $type)
 {
     $this->event = FD::event($uid);
     $this->access = $this->event->getAccess();
     parent::__construct($uid, $type);
 }
예제 #2
0
파일: group.php 프로젝트: ppantilla/bbninja
 public function __construct($uid, $type)
 {
     $this->group = FD::group($uid);
     parent::__construct($uid, $type);
 }
예제 #3
0
 public function __construct($uid, $type)
 {
     parent::__construct($uid, $type);
 }