Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | abstract class Base extends ParentClass implements GeneralInterface |
||
20 | { |
||
21 | protected $xmlBasePath = ConfigInterface::XML_BASE_PATH; |
||
22 | |||
23 | protected $generalPath = GeneralInterface::XML_FIELD_GENERAL; // This is general section |
||
24 | |||
25 | /** |
||
26 | * @param null $storeId |
||
|
|||
27 | * @return mixed|string |
||
28 | */ |
||
29 | public function inDebugMode($storeId = null) |
||
34 |