• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/notification.php
  • Класс: BitrixRestMarketplaceNotification
  • Вызов: Notification::setLastCheckTimestamp
static function setLastCheckTimestamp($timestamp)
{
	Option::set(static::MODULE_ID, static::OPTION_LAST_CHECK_NOTIFICATION, $timestamp);
	return true;
}