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

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

static getForLanding (int $lid)
 
static getForDesignerBlock (int $blockId)
 
static undoLanding (int $lid)
 
static redoLanding (int $lid)
 
static undoDesignerBlock (int $blockId)
 
static redoDesignerBlock (int $blockId)
 
static pushDesignerBlock (int $blockId, string $action, array $data)
 
static clearDesignerBlock (int $blockId)
 

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

static undoForEntity (string $entityType, int $entityId)
 
static redoForEntity (string $entityType, int $entityId)
 
static pushForEntity (string $entityType, int $entityId, string $action, array $data)
 
static clearForEntity (string $entityType, int $entityId)
 

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

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

Методы

◆ clearDesignerBlock()

static clearDesignerBlock ( int $blockId)
static

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

◆ clearForEntity()

static clearForEntity ( string $entityType,
int $entityId )
staticprotected

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

◆ getForDesignerBlock()

static getForDesignerBlock ( int $blockId)
static

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

◆ getForLanding()

static getForLanding ( int $lid)
static

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

◆ pushDesignerBlock()

static pushDesignerBlock ( int $blockId,
string $action,
array $data )
static

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

◆ pushForEntity()

static pushForEntity ( string $entityType,
int $entityId,
string $action,
array $data )
staticprotected

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

◆ redoDesignerBlock()

static redoDesignerBlock ( int $blockId)
static

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

◆ redoForEntity()

static redoForEntity ( string $entityType,
int $entityId )
staticprotected

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

◆ redoLanding()

static redoLanding ( int $lid)
static

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

◆ undoDesignerBlock()

static undoDesignerBlock ( int $blockId)
static

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

◆ undoForEntity()

static undoForEntity ( string $entityType,
int $entityId )
staticprotected

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

◆ undoLanding()

static undoLanding ( int $lid)
static

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