• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/ui/uploader/uploader.php
  • Класс: BitrixMainUIUploaderLog
  • Вызов: Log::offsetGet
public function offsetGet($offset)
{
	if (array_key_exists($offset, $this->data))
		return $this->data[$offset];
	return null;
}