Your IP : 3.133.122.83


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/main/lib/urlpreview/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/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);
}