| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/translate/lib/controller/ |
| Current File : /var/www/element/data/www/revenuestory.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();
}