1 | <?php |
||
29 | class Driver_None extends Base |
||
30 | { |
||
31 | /** |
||
32 | * Determine the driver specific source file |
||
33 | * |
||
34 | * @param string $type Type of target, e.g. plugin |
||
35 | * @param string $name Directory name of the target |
||
36 | * @param string $lang Language if more than one is possible |
||
37 | * |
||
38 | * @return string |
||
39 | **/ |
||
|
|||
40 | |||
41 | protected function file($type, $name, $lang) |
||
47 | |||
48 | /** |
||
49 | * Change data array for easier usage |
||
50 | * |
||
51 | * @param array $array Formated array generated earlier |
||
52 | * |
||
53 | * @return array |
||
54 | **/ |
||
55 | |||
56 | protected function change(array $array) |
||
60 | } |
||
61 |