File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/translate/lib/controller/action.php
Back
<?php namespace Bitrix\Translate\Controller; use Bitrix\Main; /** * Extending of the Main\Engine\Action class. */ abstract class Action extends Main\Engine\Action { /** * Checks if error occurred. * * @return boolean */ public function hasErrors() { if (!$this->errorCollection instanceof Main\ErrorCollection) { return false; } return !$this->errorCollection->isEmpty(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.29 |
proxy
|
phpinfo
|
Settings