Current Path : /var/www/axolotl/data/www/kirov.axolotls.ru/bitrix/modules/translate/lib/controller/ |
Current File : /var/www/axolotl/data/www/kirov.axolotls.ru/bitrix/modules/translate/lib/controller/itimelimit.php |
<?php namespace Bitrix\Translate\Controller; interface ITimeLimit { /** * Start up timer. * * @return self */ public function startTimer(); /** * Tells true if time limit reached. * * @return boolean */ public function hasTimeLimitReached(); }