1 | <?php |
||
8 | trait NewsClientCommandTrait |
||
9 | { |
||
10 | private $newsClient; |
||
11 | |||
12 | private function initNewsClient(InputInterface $input) |
||
20 | |||
21 | /** |
||
22 | * @return Client |
||
23 | */ |
||
24 | public function getNewsClient(InputInterface $input) |
||
32 | |||
33 | /** |
||
34 | * @param Client $newsClient |
||
35 | */ |
||
36 | public function setNewsClient(Client $newsClient) |
||
40 | } |
||
41 |