Your IP : 3.133.111.249


Current Path : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/main/lib/urlpreview/
Upload File :
Current File : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/main/lib/urlpreview/parser.php

<?

namespace Bitrix\Main\UrlPreview;

abstract class Parser
{
	/**
	 * Method should parse document and fill document's metadata properties that were left unfilled by
	 * previous parsers in chain.
	 *
	 * @param HtmlDocument $document
	 */
	abstract public function handle(HtmlDocument $document);
}