Example #1
0
 public function __construct($fid, PwUserBo $user)
 {
     $this->fid = $fid;
     $this->user = $user;
     $this->forum = new PwForumBo($this->fid);
     parent::__construct();
 }
Example #2
0
 public function __construct($fid, $tofid)
 {
     $this->fid = $fid;
     $this->tofid = $tofid;
     parent::__construct();
 }