1 | <?php |
||
20 | class AddTagLinks extends AbstractModifier |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | 2 | public function run(History $history) |
|
35 | |||
36 | /** |
||
37 | * Generate href to a version tag. |
||
38 | * @param History $history history object |
||
39 | * @param string $prev previous tag |
||
40 | * @param string $curr current tag |
||
41 | * @return string |
||
42 | */ |
||
43 | 2 | public function generateTagHref(History $history, $prev, $curr) |
|
59 | } |
||
60 |