예제 #1
0
파일: Guest.php 프로젝트: fluxbb/core
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->id = 1;
     $this->group_id = 1;
 }