| @@ 35-41 (lines=7) @@ | ||
| 32 | * @param User $user |
|
| 33 | * @param Translate $langs |
|
| 34 | */ |
|
| 35 | public function __construct($db, $conf, $user, $langs) |
|
| 36 | { |
|
| 37 | $this->db = $db; |
|
| 38 | $this->conf = $conf; |
|
| 39 | $this->user = $user; |
|
| 40 | $this->langs = $langs; |
|
| 41 | } |
|
| 42 | ||
| 43 | /** |
|
| 44 | * @return Product |
|
| @@ 38-44 (lines=7) @@ | ||
| 35 | * @param User $user |
|
| 36 | * @param Translate $langs |
|
| 37 | */ |
|
| 38 | public function __construct($db, $conf, $user, $langs) |
|
| 39 | { |
|
| 40 | $this->db = $db; |
|
| 41 | $this->conf = $conf; |
|
| 42 | $this->user = $user; |
|
| 43 | $this->langs = $langs; |
|
| 44 | } |
|
| 45 | ||
| 46 | /** |
|
| 47 | * @param CreateFlightBillCommand $command |
|