1 | <?php |
||
14 | class EmptyMergeTemplate extends AbstractMergeTemplate |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Returns merge template name. |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | 2 | public function getName() |
|
26 | |||
27 | /** |
||
28 | * Applies merge template to a working copy. |
||
29 | * |
||
30 | * @param string $wc_path Working copy path. |
||
31 | * |
||
32 | * @return string |
||
33 | */ |
||
34 | 2 | public function apply($wc_path) |
|
38 | |||
39 | } |
||
40 |