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