Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public function __construct() |
||
12 | { |
||
13 | parent::__construct(); |
||
14 | |||
15 | $this->repository = new ShipmentsRepository($this->outputLoader); |
||
16 | |||
17 | $this->logger = new \WebServCo\Framework\FileLogger( |
||
18 | __FUNCTION__, |
||
19 | sprintf('%svar/log/', $this->data('path/project')), |
||
|
|||
20 | $this->request() |
||
21 | ); |
||
22 | $this->curlBrowser = new \WebServCo\Framework\CurlBrowser($this->logger); |
||
23 | } |
||
37 |