1 | <?php |
||
17 | class PublicId extends FixerAbstract |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * @param FeedInterface $feed |
||
22 | * @return $this |
||
23 | */ |
||
24 | 1 | public function correct(FeedInterface $feed) |
|
32 | |||
33 | /** |
||
34 | * @param NodeInterface $node |
||
35 | * @return $this |
||
36 | */ |
||
37 | 1 | protected function fixNode(NodeInterface $node) |
|
44 | |||
45 | /** |
||
46 | * @param FeedInterface $feed |
||
47 | * @return $this |
||
48 | */ |
||
49 | 1 | protected function fixItems(FeedInterface $feed) |
|
57 | |||
58 | } |
||
59 |