@@ -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\View\Helper\JqGrid; |
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\View\Helper\Exception; |
8 | 8 |
@@ -66,14 +66,14 @@ |
||
66 | 66 | if (!array_key_exists('class', $spec) || !$spec['class']) { |
67 | 67 | throw new Exception\RuntimeException('Секция адаптера для таблицы существует, но не задан класс адаптера'); |
68 | 68 | } |
69 | - $adapterClass =& $spec['class']; |
|
69 | + $adapterClass = & $spec['class']; |
|
70 | 70 | if (!class_exists($adapterClass)) { |
71 | 71 | throw new Exception\AdapterNotFoundException(sprintf('Adapter %s не найден.', $adapterClass)); |
72 | 72 | } |
73 | 73 | |
74 | 74 | $adapter = $this->createAdapter($adapterClass, $spec); |
75 | 75 | if (array_key_exists('options', $spec) && $spec['options']) { |
76 | - $options =& $adapter['options']; |
|
76 | + $options = & $adapter['options']; |
|
77 | 77 | if (!$options instanceof ArrayAccess && !is_array($options)) { |
78 | 78 | throw new InvalidOptionsException( |
79 | 79 | sprintf('Опции для адаптера должны быть массивом или реализовывать %s', ArrayAccess::class) |
@@ -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\Adapter; |
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\Adapter; |
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\Adapter; |
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\Adapter; |
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\Adapter\Exception; |
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 |