1 | <?php |
||
22 | class Updater { |
||
23 | |||
24 | |||
25 | private $folderService; |
||
26 | private $feedService; |
||
27 | private $itemService; |
||
28 | |||
29 | public function __construct(FolderService $folderService, |
||
36 | |||
37 | |||
38 | public function beforeUpdate() { |
||
42 | |||
43 | |||
44 | public function update() { |
||
47 | |||
48 | |||
49 | public function afterUpdate() { |
||
52 | |||
53 | |||
54 | } |