1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
updatecontactdto.php
См. документацию.
1<?php
2
3namespace Bitrix\Sender\Internals\Dto;
4
5use Bitrix\Main\Type\DateTime;
6
8{
9 public function __construct(
10 public ?int $typeId = null,
11 public ?string $code = null,
12 public ?string $name = null,
13 public ?DateTime $dateInsert = null,
14 public ?DateTime $dateUpdate = null,
15 )
16 {
17 }
18
19 public function toArray(): array {
20 return [
21 'TYPE_ID' => $this->typeId,
22 'CODE' => $this->code,
23 'NAME' => $this->name,
24 'DATE_INSERT' => $this->dateInsert,
25 'DATE_UPDATE' => $this->dateUpdate,
26 ];
27 }
28
30 {
31 return [
32 'NAME',
33 'DATE_UPDATE',
34 ];
35 }
36}
__construct(public ?int $typeId=null, public ?string $code=null, public ?string $name=null, public ?DateTime $dateInsert=null, public ?DateTime $dateUpdate=null,)
Определения updatecontactdto.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
$name
Определения menu_edit.php:35
$dateInsert
Определения payment.php:19