Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Font

Открытые статические члены

static processing (Block $block)
 
static processingLanding (int $landingId)
 
static view (Block $block)
 

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

static saveAssets (Block $block)
 

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

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

Методы

◆ processing()

static processing ( Block $block)
static

Processing fonts in the block content.

Аргументы
Block$blockBlock instance.
Возвращает
void

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

◆ processingLanding()

static processingLanding ( int $landingId)
static

Processing entire landing.

Аргументы
int$landingIdLanding id.
Возвращает
void

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

◆ saveAssets()

static saveAssets ( Block $block)
staticprotected

Tries to find google fonts classes and save them assets to the block.

Аргументы
Block$blockBock instance.
Возвращает
void

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

◆ view()

static view ( Block $block)
static

Shows fonts on the block output.

Аргументы
Block$blockBlock instance.
Возвращает
void

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