/** * Enter description here ... * * @param PwThreadManage $srv */ public function __construct(PwThreadManage $srv) { parent::__construct($srv); $this->threadsInfo = $srv->data; }
/** * 构造方法 * * @param PwThreadManage $srv * @param PwUserBo $bo */ public function __construct(PwThreadManage $srv, PwUserBo $bo) { parent::__construct($srv); $this->loginUser = $bo; }
public function __construct(PwThreadManage $srv) { parent::__construct($srv); }
public function __construct(PwThreadManage $srv) { parent::__construct($srv); $this->username = $srv->user->username; }