@@ -61,6 +61,9 @@ |
||
61 | 61 | }); |
62 | 62 | } |
63 | 63 | |
64 | + /** |
|
65 | + * @param string $componentClassPath |
|
66 | + */ |
|
64 | 67 | protected function getComponentName($componentClassPath, $module = null) |
65 | 68 | { |
66 | 69 | $dirs = explode('\\', $componentClassPath); |
@@ -71,6 +71,6 @@ |
||
71 | 71 | |
72 | 72 | $moduleNamePrefix = ($module) ? $module->getLowerName().'::' : null; |
73 | 73 | |
74 | - return $moduleNamePrefix . $componentName; |
|
74 | + return $moduleNamePrefix . $componentName; |
|
75 | 75 | } |
76 | 76 | } |
77 | 77 | \ No newline at end of file |