| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | public function __construct() |
||
| 25 | { |
||
| 26 | parent::__construct(); |
||
| 27 | $this->initVar('uid', \XOBJ_DTYPE_INT); |
||
| 28 | $this->initVar('user_topics', \XOBJ_DTYPE_INT); |
||
| 29 | $this->initVar('user_digests', \XOBJ_DTYPE_INT); |
||
| 30 | $this->initVar('user_posts', \XOBJ_DTYPE_INT); |
||
| 31 | $this->initVar('user_lastpost', \XOBJ_DTYPE_INT); |
||
| 32 | } |
||
| 34 |