| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | public function __construct($db) |
||
| 35 | { |
||
| 36 | global $conf, $langs, $user; |
||
| 37 | |||
| 38 | $this->db = $db; |
||
| 39 | $this->conf = $conf->global; |
||
| 40 | $this->langs = $langs; |
||
| 41 | $this->user = $user; |
||
| 42 | $this->handler = new CreateMonthBillCommandHandler($this->db, $this->conf, $this->user, $this->langs); |
||
| 43 | } |
||
| 44 | |||
| 74 | } |