Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
syncsection.php
1
<?php
2
namespace
Bitrix\Calendar\Sync\Entities
;
3
4
use
Bitrix\Calendar\Core\Section\Section
;
5
use
Bitrix\Calendar\Sync\Connection\SectionConnection
;
6
7
class
SyncSection
8
{
9
protected
Section
$section
;
10
protected
?
SectionConnection
$sectionConnection
=
null
;
11
12
protected
string
$action
=
''
;
13
protected
string
$vendorName
;
14
18
public
function
getSectionConnection
(): ?
SectionConnection
19
{
20
return
$this->sectionConnection
;
21
}
22
28
public
function
setSectionConnection
(?
SectionConnection
$sectionConnection
):
SyncSection
29
{
30
$this->sectionConnection =
$sectionConnection
;
31
32
return
$this;
33
}
34
38
public
function
getSection
():
Section
39
{
40
return
$this->section
;
41
}
42
47
public
function
setSection
(
Section
$section
):
SyncSection
48
{
49
$this->section =
$section
;
50
51
return
$this;
52
}
53
58
public
function
setAction
(
string
$action
):
SyncSection
59
{
60
$this->action =
$action
;
61
62
return
$this;
63
}
64
68
public
function
getAction
(): string
69
{
70
return
$this->action
;
71
}
72
77
public
function
setVendorName
(
string
$vendorName
):
SyncSection
78
{
79
$this->vendorName =
$vendorName
;
80
81
return
$this;
82
}
83
87
public
function
getVendorName
(): string
88
{
89
return
$this->vendorName
;
90
}
91
92
}
Bitrix\Calendar\Core\Mappers\Section
Definition
section.php:21
Bitrix\Calendar\Core\Section\Section
Definition
section.php:11
Bitrix\Calendar\Sync\Connection\SectionConnection
Definition
sectionconnection.php:16
Bitrix\Calendar\Sync\Entities\SyncSection
Definition
syncsection.php:8
Bitrix\Calendar\Sync\Entities\SyncSection\setSectionConnection
setSectionConnection(?SectionConnection $sectionConnection)
Definition
syncsection.php:28
Bitrix\Calendar\Sync\Entities\SyncSection\setSection
setSection(Section $section)
Definition
syncsection.php:47
Bitrix\Calendar\Sync\Entities\SyncSection\getAction
getAction()
Definition
syncsection.php:68
Bitrix\Calendar\Sync\Entities\SyncSection\$section
Section $section
Definition
syncsection.php:9
Bitrix\Calendar\Sync\Entities\SyncSection\$sectionConnection
SectionConnection $sectionConnection
Definition
syncsection.php:10
Bitrix\Calendar\Sync\Entities\SyncSection\setAction
setAction(string $action)
Definition
syncsection.php:58
Bitrix\Calendar\Sync\Entities\SyncSection\getSectionConnection
getSectionConnection()
Definition
syncsection.php:18
Bitrix\Calendar\Sync\Entities\SyncSection\$action
string $action
Definition
syncsection.php:12
Bitrix\Calendar\Sync\Entities\SyncSection\getSection
getSection()
Definition
syncsection.php:38
Bitrix\Calendar\Sync\Entities\SyncSection\setVendorName
setVendorName(string $vendorName)
Definition
syncsection.php:77
Bitrix\Calendar\Sync\Entities\SyncSection\getVendorName
getVendorName()
Definition
syncsection.php:87
Bitrix\Calendar\Sync\Entities\SyncSection\$vendorName
string $vendorName
Definition
syncsection.php:13
Bitrix\Calendar\Sync\Entities
Definition
instancecollection.php:3
modules
calendar
lib
sync
entities
syncsection.php
Создано системой
1.10.0