|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct () | |
| initRandom () | |
| initByBlockIds (array $blockIds) | |
| addBlock (Data\Block $block) | |
| getBlocks (?array $ids=null) | |
| getTitleStyleClass () | |
| setSiteTitle (string $title) | |
| setPageTitle (string $title) | |
| setPageDescription (string $title) | |
| setSiteTopic (string $topic) | |
| setImageStyle (string $style) | |
| setKeywords (string $keywords) | |
| getSiteTitle () | |
| getPageTitle () | |
| getPageDescription () | |
| getSiteTopic () | |
| getImageStyle () | |
| getKeywords () | |
| setColors (ColorsDto $colors) | |
| getColors () | |
| setFonts (FontsDto $fonts) | |
| getFonts () | |
| setPreviewImagePromptText (string $previewImagePromptText) | |
| getPreviewImagePromptText () | |
| setPreviewImageSrc (string $previewImageSrc) | |
| getPreviewImageSrc () | |
| getMenuBlock () | |
| setSiteId (int $id) | |
| setLandingId (int $id) | |
| getSiteId () | |
| getLandingId () | |
| getLandingInstance () | |
| setWishes (Wishes $data) | |
| setTitleStyleClass (string $titleStyleClass) | |
| getWishes () | |
| toArray () | |
| getImagesSet () | |
Открытые статические члены | |
| static | fromArray (array $data) |
| static | initSite (Site $siteData, array $json) |
Class Site
Manages site-related data including blocks, titles, colors, and fonts.
| addBlock | ( | Data\Block | $block | ) |
|
static |
| getBlocks | ( | ?array | $ids = null | ) |
| getColors | ( | ) |
| getFonts | ( | ) |
| getImageStyle | ( | ) |
| getKeywords | ( | ) |
| getLandingId | ( | ) |
| getLandingInstance | ( | ) |
| getMenuBlock | ( | ) |
| getPageDescription | ( | ) |
| getPageTitle | ( | ) |
| getPreviewImagePromptText | ( | ) |
| getPreviewImageSrc | ( | ) |
| getSiteId | ( | ) |
| getSiteTitle | ( | ) |
| getSiteTopic | ( | ) |
| getTitleStyleClass | ( | ) |
| getWishes | ( | ) |
| initRandom | ( | ) |
| setColors | ( | ColorsDto | $colors | ) |
| setFonts | ( | FontsDto | $fonts | ) |
| setImageStyle | ( | string | $style | ) |
| setKeywords | ( | string | $keywords | ) |
| setLandingId | ( | int | $id | ) |
| setPageDescription | ( | string | $title | ) |
| setPageTitle | ( | string | $title | ) |
| setPreviewImagePromptText | ( | string | $previewImagePromptText | ) |
| setPreviewImageSrc | ( | string | $previewImageSrc | ) |
| setSiteId | ( | int | $id | ) |
| setSiteTitle | ( | string | $title | ) |
| setSiteTopic | ( | string | $topic | ) |
| setTitleStyleClass | ( | string | $titleStyleClass | ) |
| setWishes | ( | Wishes | $data | ) |
| toArray | ( | ) |