@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | return array('status' => true, 'html' => $this->getHTML($materialFieldId)); |
130 | 130 | } |
131 | 131 | |
132 | - /** |
|
132 | + /** |
|
133 | 133 | * Controller for getting quantity image in gallery. |
134 | 134 | * |
135 | 135 | * @param integer $materialFieldId identefier Table MaterialField |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | return $response; |
149 | 149 | } |
150 | 150 | |
151 | - /** |
|
151 | + /** |
|
152 | 152 | * Controller for update material image properties alt from gallery. |
153 | 153 | * |
154 | 154 | * @param int $imageId Gallery image identifier |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: egorov |
|
5 | - * Date: 29.08.2015 |
|
6 | - * Time: 11:17 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: egorov |
|
5 | + * Date: 29.08.2015 |
|
6 | + * Time: 11:17 |
|
7 | + */ |
|
8 | 8 | namespace samsoncms\app\gallery; |
9 | 9 | |
10 | 10 | /** |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: onysko |
|
5 | - * Date: 10.06.2015 |
|
6 | - * Time: 16:43 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: onysko |
|
5 | + * Date: 10.06.2015 |
|
6 | + * Time: 16:43 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace samsoncms\app\gallery\tab; |
10 | 10 |