1 | <?php |
||
11 | class None extends DeploystrategyAbstract |
||
12 | { |
||
13 | /** |
||
14 | * Deploy nothing |
||
15 | * |
||
16 | * @param string $source |
||
17 | * @param string $dest |
||
18 | * @return bool |
||
19 | */ |
||
20 | public function createDelegate($source, $dest) |
||
24 | |||
25 | /** |
||
26 | * Deploy nothing |
||
27 | * |
||
28 | * @param string $source |
||
29 | * @param string $dest |
||
30 | * |
||
31 | * @return bool |
||
32 | */ |
||
33 | 2 | public function create($source, $dest) |
|
37 | } |
||
38 |