|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (array $options) | |
| getId () | |
| getTitle () | |
| getTitleNode () | |
| setTitle ($title) | |
| getIcon () | |
| setIcon (array $icon) | |
| getTextColor () | |
| setTextColor (array $textColor) | |
| getBgColor () | |
| setBgColor (array $bgColor) | |
| setVisible (bool $flag) | |
| isVisible () | |
| setItemOrder (array $order) | |
| getItemOrder () | |
| setItemMaxDepth (int $depth) | |
| getItemMaxDepth () | |
| setStub ($stub) | |
| getStub () | |
| setStubOptions (array $options) | |
| getStubOptions () | |
| setHeader (string $header, array $options=[]) | |
| getHeader () | |
| getHeaderOptions () | |
| canShowDefaultHeader () | |
| enableDefaultHeader () | |
| disableDefaultHeader () | |
| setFooter (string $footer, array $options=[]) | |
| getFooter () | |
| getFooterOptions () | |
| canShowDefaultFooter () | |
| enableDefaultFooter () | |
| disableDefaultFooter () | |
| setShowAvatars (bool $flag) | |
| getShowAvatars () | |
| jsonSerialize () | |
Защищенные данные | |
| $id | |
| $title = '' | |
| $visible = true | |
| $itemOrder = [] | |
| $itemMaxDepth | |
| $icon = [] | |
| $textColor = [] | |
| $bgColor = [] | |
| $stub | |
| $stubOptions | |
| $header | |
| $headerOptions | |
| $showDefaultHeader = true | |
| $footer | |
| $footerOptions | |
| $showDefaultFooter = true | |
| $showAvatars | |
| __construct | ( | array | $options | ) |
| array{ | id?: string, title?: string|array|null, icon?: string|array<string, string>, textColor?: string|array<string, string>, bgColor?: string|array<string, string>, visible?: bool, itemOrder?: array<int|string, mixed>, itemMaxDepth?: int, stub?: bool|string, stubOptions?: array<string, mixed>, header?: string, headerOptions?: array<string, mixed>, showDefaultHeader?: bool, footer?: string, footerOptions?: array<string, mixed>, showDefaultFooter?: bool, showAvatars?: bool } $options |