Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
widgetprovider.php
1<?php
3
6
12class WidgetProvider extends Base
13{
17 protected function availableFilterKeys()
18 {
19 return array('widgetClassName', 'primary');
20 }
21
25 protected function getManagerInstance()
26 {
28 }
29
33 protected function getEntitiesList()
34 {
35 return $this->getManagerInstance()->getWidgetList();
36 }
37
41 protected function getIndices()
42 {
43 return $this->getManagerInstance()->getIndices();
44 }
45
46
47}