Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
defaultboardprovider.php
1<?php
2
4
7use Bitrix\Report\VisualConstructor\IProvidable;
8
15{
16
20 protected function availableFilterKeys()
21 {
22 return array('primary', 'boardKey');
23 }
24
28 protected function getManagerInstance()
29 {
31 }
32
36 protected function getEntitiesList()
37 {
38 return $this->getManagerInstance()->getDefaultBoardsList();
39 }
40
44 protected function getIndices()
45 {
46 return $this->getManagerInstance()->getIndices();
47 }
48}