@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace NNX\DataGrid; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace NNX\DataGrid; |
7 | 7 | |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace NNX\DataGrid; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | return [ |
7 | 7 | 'router' => [ |
8 | 8 | 'routes' => [ |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace NNX\DataGrid; |
7 | 7 | |
8 | 8 | use NNX\DataGrid\Column\GridColumnPluginManager; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace NNX\DataGrid; |
8 | 8 |
@@ -104,7 +104,7 @@ |
||
104 | 104 | public function init(ModuleManagerInterface $manager) |
105 | 105 | { |
106 | 106 | if (!$manager instanceof ModuleManager) { |
107 | - $errMsg =sprintf('Менеджер модулей должен реализовывать %s', ModuleManager::class); |
|
107 | + $errMsg = sprintf('Менеджер модулей должен реализовывать %s', ModuleManager::class); |
|
108 | 108 | throw new Exception\RuntimeException($errMsg); |
109 | 109 | } |
110 | 110 | /** @var ModuleManager $manager */ |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace NNX\DataGrid\Controller; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace NNX\DataGrid\Controller; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @company MTE Telecom, Ltd. |
|
4 | - * @author Roman Malashin <[email protected]> |
|
5 | - */ |
|
3 | + * @company MTE Telecom, Ltd. |
|
4 | + * @author Roman Malashin <[email protected]> |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace NNX\DataGrid\Controller\Exception; |
8 | 8 |