Bitrix API

CreateEventCategoryDto implements RequestDtoInterface

FinalYes

Table of Contents

Interfaces

RequestDtoInterface

Properties

$attendees  : array<string|int, mixed>
$channelId  : int|null
$closed  : bool
$departmentIds  : array<string|int, mixed>
$description  : string
$isPrimary  : bool|null
$name  : string

Methods

__construct()  : mixed
fromRequest()  : self

Properties

Methods

__construct()

public __construct(string $name, string $description[, bool $closed = false ][, array<string|int, mixed> $attendees = [] ][, array<string|int, mixed> $departmentIds = [] ][, int|null $channelId = null ][, bool|null $isPrimary = null ]) : mixed
Parameters
$name : string
$description : string
$closed : bool = false
$attendees : array<string|int, mixed> = []
$departmentIds : array<string|int, mixed> = []
$channelId : int|null = null
$isPrimary : bool|null = null

fromRequest()

public static fromRequest(array<string|int, mixed> $request) : self
Parameters
$request : array<string|int, mixed>
Return values
self

        
On this page

Search results