• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/util/type/dictionary.php
  • Класс: Bitrix\Tasks\Util\Type\is
  • Вызов: is::offsetExists
public function offsetExists($offset): bool
{
	return array_key_exists($offset, $this->values);
}