| Current Path : /var/www/amortar/data/www/a-mortar/bitrix/modules/yandex.market/lib/reference/event/ |
| 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();
}
}