Your IP : 216.73.217.49


Current Path : /var/www/amortar/data/www/a-mortar/bitrix/modules/yandex.market/lib/reference/event/
Upload File :
Current File : /var/www/amortar/data/www/a-mortar/bitrix/modules/yandex.market/lib/reference/event/regular.php

<?php

namespace Yandex\Market\Reference\Event;

abstract class Regular extends Base
{
	/**
	 * @return array ������ �����������, ���:
	 *               module => string # �������� ������
	 *               event => string, # �������� �����
	 *               method => string, # �������� ������ (�����������)
	 *               sort => integer, # ���������� (�����������)
	 *               arguments => array # �������� (�����������)
	 * */

	public static function getHandlers()
	{
		return array();
	}
}