| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function __construct() |
||
| 30 | { |
||
| 31 | $this->initVar('iddata', \XOBJ_DTYPE_INT, null, false, 11); |
||
| 32 | $this->initVar('fid', \XOBJ_DTYPE_INT, null, false, 11); |
||
| 33 | $this->initVar('lid', \XOBJ_DTYPE_INT, null, false, 11); |
||
| 34 | $this->initVar('data', \XOBJ_DTYPE_TXTBOX, null, false); |
||
| 35 | $this->initVar('dohtml', \XOBJ_DTYPE_INT, 1, false); |
||
| 36 | } |
||
| 38 |