コード例 #1
0
ファイル: Guest.php プロジェクト: fluxbb/core
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->id = 1;
     $this->group_id = 1;
 }