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

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

static indexLesson ($lessonId)
 
static handleReindex ($nextStep=[], $callbackObject=null, $callbackMethod="")
 

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

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

Методы

◆ handleReindex()

static handleReindex ( $nextStep = [],
$callbackObject = null,
$callbackMethod = "" )
static

Re-indexes all lessons

Аргументы
array$nextStep- Next step settings.
\CSearchCallback$callbackObject- Search callback object.
string$callbackMethod- Search callback method name.
Возвращает
array|bool|string
Исключения

LearnException

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

◆ indexLesson()

static indexLesson ( $lessonId)
static

Makes a search index for the lesson.

Аргументы
int$lessonId- Lesson Id.
Исключения

Bitrix\Main\LoaderException

Исключения

LearnException

Возвращает
void

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