@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * Change simple page meta tags |
49 | 49 | * |
50 | 50 | * @param array $model |
51 | - * @return bool |
|
51 | + * @return false|null |
|
52 | 52 | */ |
53 | 53 | public function _buildPageMeta($model) { |
54 | 54 | CI::$APP->seoexpert_model->setLastModified($model['updated']); |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | * Change page category meta tags |
204 | 204 | * |
205 | 205 | * @param array $model |
206 | - * @return bool |
|
206 | + * @return false|null |
|
207 | 207 | */ |
208 | 208 | public function _buildPageCategoryMeta($model) { |
209 | 209 | $local = MY_Controller::getCurrentLocale(); |
@@ -6,6 +6,7 @@ |
||
6 | 6 | * Include file (or all recursively files in dir) |
7 | 7 | * The starting directory is the directory where the class is (witch using trait) |
8 | 8 | * @param string $filePath |
9 | + * @return void |
|
9 | 10 | */ |
10 | 11 | public function import($filePath); |
11 | 12 |
@@ -63,7 +63,7 @@ |
||
63 | 63 | /** |
64 | 64 | * Prepare array with child categorie's ids |
65 | 65 | * @param array $dataArray |
66 | - * @return boolean|array |
|
66 | + * @return false|string |
|
67 | 67 | */ |
68 | 68 | public function prepareArray($dataArray = null) { |
69 | 69 | if ($dataArray == null) { |
@@ -174,7 +174,7 @@ |
||
174 | 174 | /** |
175 | 175 | * Save settings |
176 | 176 | * |
177 | - * @return bool|string |
|
177 | + * @return boolean |
|
178 | 178 | */ |
179 | 179 | public function saveSettings(SPaymentMethods $paymentMethod) { |
180 | 180 | $saveKey = $paymentMethod->getId() . '_' . $this->moduleName; |
@@ -183,7 +183,7 @@ |
||
183 | 183 | /** |
184 | 184 | * Save settings |
185 | 185 | * |
186 | - * @return bool|string |
|
186 | + * @return boolean |
|
187 | 187 | */ |
188 | 188 | public function saveSettings(SPaymentMethods $paymentMethod) { |
189 | 189 | $saveKey = $paymentMethod->getId() . '_' . $this->moduleName; |
@@ -188,7 +188,7 @@ |
||
188 | 188 | /** |
189 | 189 | * Save settings |
190 | 190 | * |
191 | - * @return bool|string |
|
191 | + * @return boolean |
|
192 | 192 | */ |
193 | 193 | public function saveSettings(SPaymentMethods $paymentMethod) { |
194 | 194 | $saveKey = $paymentMethod->getId() . '_' . $this->moduleName; |
@@ -333,6 +333,9 @@ discard block |
||
333 | 333 | * @float $y |
334 | 334 | * @float $width |
335 | 335 | * @float $height |
336 | + * @param integer $y |
|
337 | + * @param integer $width |
|
338 | + * @param integer $height |
|
336 | 339 | * @return void |
337 | 340 | */ |
338 | 341 | protected function drawTextB($text, $x, $y, $width, $height) { |
@@ -343,7 +346,7 @@ discard block |
||
343 | 346 | /** |
344 | 347 | * Save settings |
345 | 348 | * |
346 | - * @return bool|string |
|
349 | + * @return boolean |
|
347 | 350 | */ |
348 | 351 | public function saveSettings(SPaymentMethods $paymentMethod) { |
349 | 352 | $saveKey = $paymentMethod->getId() . '_' . $this->moduleName; |
@@ -181,7 +181,7 @@ |
||
181 | 181 | /** |
182 | 182 | * Save settings |
183 | 183 | * |
184 | - * @return bool|string |
|
184 | + * @return boolean |
|
185 | 185 | */ |
186 | 186 | public function saveSettings(SPaymentMethods $paymentMethod) { |
187 | 187 | $saveKey = $paymentMethod->getId() . '_' . $this->moduleName; |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | /** |
49 | 49 | * Отримуємо форму адміна при підключенні оплати |
50 | 50 | * @param integer $id способу оплати |
51 | - * @return array та форму з даними цього масиву |
|
51 | + * @return null|string та форму з даними цього масиву |
|
52 | 52 | */ |
53 | 53 | public function getAdminForm($id, $payName = null) { |
54 | 54 | if (!$this->dx_auth->is_admin()) { |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | /** |
95 | 95 | * Виводить кнопку "Оплатити" при замовленні товару |
96 | 96 | * @param type $param |
97 | - * @return type |
|
97 | + * @return string |
|
98 | 98 | */ |
99 | 99 | public function getForm($param) { |
100 | 100 | $id = $param->getPaymentMethod(); |