@@ -116,6 +116,8 @@ public function __construct(
116116 }
117117
118118 /**
119+ * Init columns config
120+ *
119121 * @throws LocalizedException
120122 */
121123 protected function _initColumnsConfig ()
@@ -141,16 +143,15 @@ protected function _initColumnsConfig()
141143 }
142144
143145 /**
144- * @return string
146+ * @inheritDoc
145147 */
146148 public function getComponentName (): string
147149 {
148150 return static ::NAME ;
149151 }
150152
151153 /**
152- * @inheritdoc
153- * @throws LocalizedException
154+ * @inheritDoc
154155 */
155156 public function prepare ()
156157 {
@@ -163,6 +164,8 @@ public function prepare()
163164 }
164165
165166 /**
167+ * Get child components as array
168+ *
166169 * @return array
167170 * @throws LocalizedException
168171 */
@@ -177,6 +180,8 @@ public function getChildComponentsAsArray(): array
177180 }
178181
179182 /**
183+ * Get grid component
184+ *
180185 * @return array
181186 * @throws LocalizedException
182187 */
@@ -234,6 +239,8 @@ public function getGrid(): array
234239 }
235240
236241 /**
242+ * Fill meta
243+ *
237244 * @return array[]
238245 */
239246 public function fillMeta (): array
@@ -252,6 +259,8 @@ public function fillMeta(): array
252259 }
253260
254261 /**
262+ * Get text column component
263+ *
255264 * @param string $columnName
256265 * @param array $columnConfig
257266 * @return array
@@ -282,6 +291,8 @@ public function getTextColumn(
282291 }
283292
284293 /**
294+ * Get thumbnail column component
295+ *
285296 * @param string $columnName
286297 * @param array $columnConfig
287298 * @return array
@@ -312,6 +323,8 @@ public function getThumbnailColumn(
312323 }
313324
314325 /**
326+ * Get action delete column component
327+ *
315328 * @return array
316329 */
317330 public function getActionDeleteColumn (): array
@@ -337,6 +350,8 @@ public function getActionDeleteColumn(): array
337350 }
338351
339352 /**
353+ * Get position column component
354+ *
340355 * @return array
341356 */
342357 public function getPositionColumn (): array
@@ -361,6 +376,8 @@ public function getPositionColumn(): array
361376 }
362377
363378 /**
379+ * Get button set component
380+ *
364381 * @return array
365382 * @throws LocalizedException
366383 */
@@ -417,6 +434,8 @@ public function getButtonSet(): array
417434 }
418435
419436 /**
437+ * Get selections provider
438+ *
420439 * @return string
421440 * @throws LocalizedException
422441 */
@@ -434,6 +453,8 @@ protected function getSelectionsProvider(): string
434453 }
435454
436455 /**
456+ * Get columns provider
457+ *
437458 * @return string
438459 * @throws LocalizedException
439460 */
@@ -450,6 +471,8 @@ protected function getColumnsProvider(): string
450471 }
451472
452473 /**
474+ * Get external provider
475+ *
453476 * @return string
454477 * @throws LocalizedException
455478 */
@@ -461,6 +484,8 @@ protected function getExternalProvider(): string
461484 }
462485
463486 /**
487+ * Get listing renderer component
488+ *
464489 * @return array
465490 * @throws LocalizedException
466491 */
@@ -481,6 +506,8 @@ public function getListingRenderer(): array
481506 }
482507
483508 /**
509+ * Get generic modal component
510+ *
484511 * @return array
485512 * @throws LocalizedException
486513 */
@@ -542,6 +569,8 @@ public function getGenericModal(): array
542569 }
543570
544571 /**
572+ * Get js modifier params
573+ *
545574 * @return array
546575 * @throws LocalizedException
547576 */
@@ -561,6 +590,8 @@ public function getJsModifierParams(): array
561590 }
562591
563592 /**
593+ * Get generic modal buttons component
594+ *
564595 * @return array
565596 * @throws LocalizedException
566597 */
@@ -604,6 +635,8 @@ public function getGenericModalButtons(): array
604635 }
605636
606637 /**
638+ * Get require config value by path
639+ *
607640 * @param string $path
608641 * @return array|mixed
609642 * @throws LocalizedException
@@ -623,6 +656,8 @@ public function getRequiredConfigValueByPath(string $path)
623656 }
624657
625658 /**
659+ * Get config by path
660+ *
626661 * @param string $path
627662 * @return array|mixed|null
628663 */
@@ -632,6 +667,8 @@ public function getConfigByPath(string $path)
632667 }
633668
634669 /**
670+ * Generate uniq namespace
671+ *
635672 * @return string
636673 * @throws LocalizedException
637674 */
0 commit comments