1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
DeleteCommand.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Socialnetwork\Control\Command;
6
7
use Bitrix\Main\Validation\Rule\PositiveNumber;
8
use Bitrix\Socialnetwork\Permission\GroupAccessController;
9
use Bitrix\Socialnetwork\Control\Command\Attribute\AccessController;
10
15
16
#[AccessController(GroupAccessController::class)]
17
class
DeleteCommand
extends
InitiatedCommand
18
{
19
#[PositiveNumber]
20
protected
int
$id
;
21
}
Bitrix\Socialnetwork\Control\Command\DeleteCommand
Определения
DeleteCommand.php:18
Bitrix\Socialnetwork\Control\Command\DeleteCommand\$id
int $id
Определения
DeleteCommand.php:20
Bitrix\Socialnetwork\Control\Command\InitiatedCommand
Определения
InitiatedCommand.php:17
bitrix
modules
socialnetwork
lib
Control
Command
DeleteCommand.php
Создано системой
1.14.0