1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
CommandInterface.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Main\Command;
6
7
use Bitrix\Main\Command\Exception\CommandException;
8
use Bitrix\Main\Command\Exception\CommandValidationException;
9
use Bitrix\Main\Result;
10
11
interface
CommandInterface
12
{
17
public
function
run
():
Result
;
18
}
Bitrix\Main\ORM\Data\Result
Определения
result.php:16
Bitrix\Main\Command\CommandInterface
Определения
CommandInterface.php:12
Bitrix\Main\Command\CommandInterface\run
run()
bitrix
modules
main
lib
Command
CommandInterface.php
Создано системой
1.14.0