@@ -98,14 +98,14 @@ |
||
98 | 98 | |
99 | 99 | //[PHPCOMPRESSOR(remove,end)] |
100 | 100 | |
101 | - /** |
|
102 | - * Check if passed module is related to SamsonCMS. |
|
103 | - * Also method stores data to flag variable. |
|
104 | - * |
|
105 | - * @param $module |
|
106 | - * |
|
107 | - * @return bool True if module related to SamsonCMS |
|
108 | - */ |
|
101 | + /** |
|
102 | + * Check if passed module is related to SamsonCMS. |
|
103 | + * Also method stores data to flag variable. |
|
104 | + * |
|
105 | + * @param $module |
|
106 | + * |
|
107 | + * @return bool True if module related to SamsonCMS |
|
108 | + */ |
|
109 | 109 | public function ifModuleRelated($module) |
110 | 110 | { |
111 | 111 | // Analyze if module class or one of its parents has samsoncms\ namespace pattern |