• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/webhook/payload/item.php
  • Класс: BitrixSeoWebHookPayloadItem
  • Вызов: Item::get
public function get($key)
{
	if (!array_key_exists($key, $this->data))
	{
		throw new ArgumentException("Unknown key `$key`.");
	}

	return $this->data[$key];
}