コード例 #1
0
ファイル: PwDeleteForum.php プロジェクト: fanqimeng/4tweb
 public function __construct($fid, PwUserBo $user)
 {
     $this->fid = $fid;
     $this->user = $user;
     $this->forum = new PwForumBo($this->fid);
     parent::__construct();
 }
コード例 #2
0
ファイル: PwUniteForum.php プロジェクト: chendong0444/phpwind
 public function __construct($fid, $tofid)
 {
     $this->fid = $fid;
     $this->tofid = $tofid;
     parent::__construct();
 }