Bitrix-D7 22.6
 
Загрузка...
Поиск...
Не найдено
Класс CatalogDashboard
+ Граф наследования:CatalogDashboard:

Открытые члены

 __construct ()
 
 bindGroup (Group $group)
 
 getGroup ()
 
 getBoardKey ()
 
 getAccessBoardId ()
 
 getBoardVersion ()
 
 getBoardTitle ()
 
 getAnalyticBoard ()
 
 getAnalyticBoardBatch ()
 
 getDashboard ()
 
 getRows ()
 
 addView (Base $view, int $weight)
 
 setHandler (BaseHandler $handler)
 
 getHandler ()
 
 getActiveViewList ()
 

Открытые атрибуты

const BUTCH_GROUP = 'catalog_general'
 
const BUTCH_GROUP_SORT = 160
 

Защищенные члены

 buildWidgetFromView (CatalogView $view)
 

Защищенные статические члены

static getDefaultGroup ()
 
static getDefaultViewList ()
 

Защищенные данные

array $dashboardViewList = []
 
BaseHandler $handler
 
Group $group
 

Подробное описание

Instances of this class must be provided from DashboardManager, that make access validation before this

См. определение в файле catalogdashboard.php строка 21

Конструктор(ы)

◆ __construct()

__construct ( )

См. определение в файле catalogdashboard.php строка 31

Методы

◆ addView()

addView ( Base  $view,
int  $weight 
)

Add view to dashboard that will show in $weight order to page

Аргументы
Base$view
int$weight
Возвращает
void

См. определение в файле catalogdashboard.php строка 160

◆ bindGroup()

bindGroup ( Group  $group)

См. определение в файле catalogdashboard.php строка 41

◆ buildWidgetFromView()

buildWidgetFromView ( CatalogView  $view)
protected

См. определение в файле catalogdashboard.php строка 130

◆ getAccessBoardId()

getAccessBoardId ( )
abstract

Returns identified access board id for catalog access checking

Возвращает
string

Переопределяется в StoreSaleDashboard и StoreStockDashboard.

◆ getActiveViewList()

getActiveViewList ( )

См. определение в файле catalogdashboard.php строка 175

◆ getAnalyticBoard()

getAnalyticBoard ( )

Переопределяется в StoreSaleDashboard и StoreStockDashboard.

См. определение в файле catalogdashboard.php строка 78

◆ getAnalyticBoardBatch()

getAnalyticBoardBatch ( )

См. определение в файле catalogdashboard.php строка 88

◆ getBoardKey()

getBoardKey ( )
abstract

Returns identified board key for dashboard instance

Возвращает
string

Переопределяется в StoreSaleDashboard и StoreStockDashboard.

◆ getBoardTitle()

getBoardTitle ( )
abstract

Переопределяется в StoreSaleDashboard и StoreStockDashboard.

◆ getBoardVersion()

getBoardVersion ( )
abstract

Returns board version of dashboard instance

Возвращает
string

Переопределяется в StoreSaleDashboard и StoreStockDashboard.

◆ getDashboard()

getDashboard ( )

См. определение в файле catalogdashboard.php строка 99

◆ getDefaultGroup()

static getDefaultGroup ( )
staticabstractprotected

Переопределяется в StoreSaleDashboard и StoreStockDashboard.

◆ getDefaultViewList()

static getDefaultViewList ( )
staticabstractprotected

Returns array of Bitrix\Report\VisualConstructor\Views\Component\Base instances

Переопределяется в StoreSaleDashboard и StoreStockDashboard.

◆ getGroup()

getGroup ( )

См. определение в файле catalogdashboard.php строка 46

◆ getHandler()

getHandler ( )

См. определение в файле catalogdashboard.php строка 170

◆ getRows()

getRows ( )

См. определение в файле catalogdashboard.php строка 112

◆ setHandler()

setHandler ( BaseHandler  $handler)

См. определение в файле catalogdashboard.php строка 165

Данные класса

◆ $dashboardViewList

array $dashboardViewList = []
protected

См. определение в файле catalogdashboard.php строка 26

◆ $group

Group $group
protected

См. определение в файле catalogdashboard.php строка 29

◆ $handler

BaseHandler $handler
protected

См. определение в файле catalogdashboard.php строка 28

◆ BUTCH_GROUP

const BUTCH_GROUP = 'catalog_general'

См. определение в файле catalogdashboard.php строка 23

◆ BUTCH_GROUP_SORT

const BUTCH_GROUP_SORT = 160

См. определение в файле catalogdashboard.php строка 24