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

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

 __construct (int $productId, string $gridId)
 
 getProductId ()
 
 getGridId ()
 
 getCurrentPage ()
 
 setCurrentPage (int $page)
 
 reset ()
 
 save ()
 

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

State object of variation grid.

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

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

◆ __construct()

__construct ( int $productId,
string $gridId )
Аргументы
int$productId
string$gridId

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

Методы

◆ getCurrentPage()

getCurrentPage ( )

Current grid page.

Возвращает
int

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

◆ getGridId()

getGridId ( )

Grid id.

Возвращает
string

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

◆ getProductId()

getProductId ( )

Product id.

Возвращает
int

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

◆ reset()

reset ( )

Reset state.

Возвращает
void

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

◆ save()

save ( )

Save state.

Возвращает
void

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

◆ setCurrentPage()

setCurrentPage ( int $page)

Current grid page.

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

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