Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Section
+ Граф наследования:Section:

Открытые члены

 setId (int $id)
 
 setGoogleId (?string $googleId)
 
 setSyncToken (?string $token)
 
 setPageToken (?string $token)
 
 setCalDavConnectionId (?int $calDavConnectionId)
 
 setCreator (?Role $creator)
 
 setOwner (?Role $owner)
 
 setDateCreate (?Date $dateCreate)
 
 setDateModified (?Date $dateModified)
 
 setName (?string $name)
 
 setIsActive (bool $isActive)
 
 setDescription (?string $description)
 
 setColor (?string $color)
 
 setType (?string $type)
 
 setSort (?int $sort)
 
 setExternalType (?string $externalType)
 
 setSyncDataCollection (SectionSyncDataCollection $syncDataCollection)
 
 setXmlId (?string $xmlId)
 
 setExternalId (?string $externalId)
 
 setExport (?string $export)
 
 getId ()
 
 getGoogleId ()
 
 getSyncToken ()
 
 getPageToken ()
 
 getCalDavConnectionId ()
 
 getCreator ()
 
 getOwner ()
 
 getDateCreate ()
 
 getDateModified ()
 
 isActive ()
 
 getDescription ()
 
 getColor ()
 
 getTextColor ()
 
 getType ()
 
 getSort ()
 
 getExternalType ()
 
 getPathByServiceName (string $serviceName)
 
 getName ()
 
 getSyncDataCollection ()
 
 getXmlId ()
 
 getExternalId ()
 
 getExport ()
 
 getParentId ()
 
 getDavExchangeCal ()
 
 getDavExchangeMod ()
 
 getCalDavCal ()
 
 getCalDavMod ()
 
 isExchange ()
 
 isLocal ()
 
 isExternal ()
 
 isNew ()
 

Открытые атрибуты

const LOCAL_EXTERNAL_TYPE = 'local'
 

Защищенные данные

int $id = null
 
string $googleId = null
 
string $syncToken = null
 
string $pageToken = null
 
int $calDavConnectionId = null
 
Role $creator = null
 
Role $owner = null
 
Date $dateCreate = null
 
Date $dateModified = null
 
bool $isActive = false
 
string $description = null
 
string $color = null
 
string $textColor = null
 
string $type = null
 
int $sort = null
 
string $externalType = null
 
string $name = null
 
SectionSyncDataCollection $syncDataCollection = null
 
string $xmlId = null
 
string $externalId = null
 
string $export = null
 
string $parentId = null
 
string $davExchangeCal = null
 
string $davExchangeMod = null
 
string $calDavCal = null
 
string $calDavMod = null
 

Подробное описание

См. определение в файле section.php строка 10

Методы

◆ getCalDavCal()

getCalDavCal ( )

См. определение в файле section.php строка 505

◆ getCalDavConnectionId()

getCalDavConnectionId ( )
Возвращает
int|null

См. определение в файле section.php строка 349

◆ getCalDavMod()

getCalDavMod ( )

См. определение в файле section.php строка 510

◆ getColor()

getColor ( )
Возвращает
string|null

См. определение в файле section.php строка 405

◆ getCreator()

getCreator ( )
Возвращает
Role|null

См. определение в файле section.php строка 357

◆ getDateCreate()

getDateCreate ( )
Возвращает
Date|null

См. определение в файле section.php строка 373

◆ getDateModified()

getDateModified ( )
Возвращает
Date|null

См. определение в файле section.php строка 381

◆ getDavExchangeCal()

getDavExchangeCal ( )

См. определение в файле section.php строка 495

◆ getDavExchangeMod()

getDavExchangeMod ( )

См. определение в файле section.php строка 500

◆ getDescription()

getDescription ( )
Возвращает
string|null

См. определение в файле section.php строка 397

◆ getExport()

getExport ( )
Возвращает
string|null

См. определение в файле section.php строка 482

◆ getExternalId()

getExternalId ( )
Возвращает
string|null

См. определение в файле section.php строка 474

◆ getExternalType()

getExternalType ( )
Возвращает
string|null

См. определение в файле section.php строка 437

◆ getGoogleId()

getGoogleId ( )
Возвращает
string|null

См. определение в файле section.php строка 325

◆ getId()

getId ( )
Возвращает
int|null

Замещает EntityInterface.

См. определение в файле section.php строка 317

◆ getName()

getName ( )
Возвращает
string|null

См. определение в файле section.php строка 450

◆ getOwner()

getOwner ( )
Возвращает
Role|null

См. определение в файле section.php строка 365

◆ getPageToken()

getPageToken ( )
Возвращает
string|null

См. определение в файле section.php строка 341

◆ getParentId()

getParentId ( )
Возвращает
string|null

См. определение в файле section.php строка 490

◆ getPathByServiceName()

getPathByServiceName ( string $serviceName)

См. определение в файле section.php строка 442

◆ getSort()

getSort ( )
Возвращает
int|null

См. определение в файле section.php строка 429

◆ getSyncDataCollection()

getSyncDataCollection ( )
Возвращает
SectionSyncDataCollection

См. определение в файле section.php строка 458

◆ getSyncToken()

getSyncToken ( )
Возвращает
string|null

См. определение в файле section.php строка 333

◆ getTextColor()

getTextColor ( )
Возвращает
string|null

См. определение в файле section.php строка 413

◆ getType()

getType ( )
Возвращает
string|null

См. определение в файле section.php строка 421

◆ getXmlId()

getXmlId ( )
Возвращает
string|null

См. определение в файле section.php строка 466

◆ isActive()

isActive ( )
Возвращает
bool

См. определение в файле section.php строка 389

◆ isExchange()

isExchange ( )

См. определение в файле section.php строка 515

◆ isExternal()

isExternal ( )
Возвращает
bool

См. определение в файле section.php строка 528

◆ isLocal()

isLocal ( )

См. определение в файле section.php строка 520

◆ isNew()

isNew ( )
Возвращает
bool

См. определение в файле section.php строка 536

◆ setCalDavConnectionId()

setCalDavConnectionId ( ?int $calDavConnectionId)
Аргументы
int | null$calDavConnectionId
Возвращает
$this

См. определение в файле section.php строка 143

◆ setColor()

setColor ( ?string $color)
Аргументы
string | null$color
Возвращает
Section

См. определение в файле section.php строка 231

◆ setCreator()

setCreator ( ?Role $creator)
Аргументы
Role | null$creator
Возвращает
Section

См. определение в файле section.php строка 154

◆ setDateCreate()

setDateCreate ( ?Date $dateCreate)
Аргументы
Date | null$dateCreate
Возвращает
Section

См. определение в файле section.php строка 176

◆ setDateModified()

setDateModified ( ?Date $dateModified)
Аргументы
Date | null$dateModified
Возвращает
Section

См. определение в файле section.php строка 187

◆ setDescription()

setDescription ( ?string $description)
Аргументы
string | null$description
Возвращает
Section

См. определение в файле section.php строка 220

◆ setExport()

setExport ( ?string $export)
Аргументы
string | null$export
Возвращает
Section

См. определение в файле section.php строка 307

◆ setExternalId()

setExternalId ( ?string $externalId)
Аргументы
string | null$externalId
Возвращает
Section

См. определение в файле section.php строка 297

◆ setExternalType()

setExternalType ( ?string $externalType)
Аргументы
string | null$externalType
Возвращает
Section

См. определение в файле section.php строка 264

◆ setGoogleId()

setGoogleId ( ?string $googleId)
Аргументы
string | null$googleId
Возвращает
$this

См. определение в файле section.php строка 110

◆ setId()

setId ( int $id)
Аргументы
int$id
Возвращает
$this

См. определение в файле section.php строка 99

◆ setIsActive()

setIsActive ( bool $isActive)
Аргументы
bool$isActive
Возвращает
Section

См. определение в файле section.php строка 209

◆ setName()

setName ( ?string $name)
Аргументы
string | null$name
Возвращает
Section

См. определение в файле section.php строка 198

◆ setOwner()

setOwner ( ?Role $owner)
Аргументы
Role | null$owner
Возвращает
Section

См. определение в файле section.php строка 165

◆ setPageToken()

setPageToken ( ?string $token)
Аргументы
string | null$token
Возвращает
$this

См. определение в файле section.php строка 132

◆ setSort()

setSort ( ?int $sort)
Аргументы
int | null$sort
Возвращает
Section

См. определение в файле section.php строка 253

◆ setSyncDataCollection()

setSyncDataCollection ( SectionSyncDataCollection $syncDataCollection)
Аргументы
SectionSyncDataCollection$syncDataCollection
Возвращает
Section

См. определение в файле section.php строка 275

◆ setSyncToken()

setSyncToken ( ?string $token)
Аргументы
string | null$token
Возвращает
$this

См. определение в файле section.php строка 121

◆ setType()

setType ( ?string $type)
Аргументы
string | null$type
Возвращает
Section

См. определение в файле section.php строка 242

◆ setXmlId()

setXmlId ( ?string $xmlId)
Аргументы
string | null$xmlId
Возвращает
Section

См. определение в файле section.php строка 286

Данные класса

◆ $calDavCal

string $calDavCal = null
protected

См. определение в файле section.php строка 92

◆ $calDavConnectionId

int $calDavConnectionId = null
protected

См. определение в файле section.php строка 33

◆ $calDavMod

string $calDavMod = null
protected

См. определение в файле section.php строка 93

◆ $color

string $color = null
protected

См. определение в файле section.php строка 61

◆ $creator

Role $creator = null
protected

См. определение в файле section.php строка 37

◆ $dateCreate

Date $dateCreate = null
protected

См. определение в файле section.php строка 45

◆ $dateModified

Date $dateModified = null
protected

См. определение в файле section.php строка 49

◆ $davExchangeCal

string $davExchangeCal = null
protected

См. определение в файле section.php строка 90

◆ $davExchangeMod

string $davExchangeMod = null
protected

См. определение в файле section.php строка 91

◆ $description

string $description = null
protected

См. определение в файле section.php строка 57

◆ $export

string $export = null
protected

См. определение в файле section.php строка 88

◆ $externalId

string $externalId = null
protected

См. определение в файле section.php строка 87

◆ $externalType

string $externalType = null
protected

См. определение в файле section.php строка 77

◆ $googleId

string $googleId = null
protected

См. определение в файле section.php строка 21

◆ $id

int $id = null
protected

См. определение в файле section.php строка 17

◆ $isActive

bool $isActive = false
protected

См. определение в файле section.php строка 53

◆ $name

string $name = null
protected

См. определение в файле section.php строка 81

◆ $owner

Role $owner = null
protected

См. определение в файле section.php строка 41

◆ $pageToken

string $pageToken = null
protected

См. определение в файле section.php строка 29

◆ $parentId

string $parentId = null
protected

См. определение в файле section.php строка 89

◆ $sort

int $sort = null
protected

См. определение в файле section.php строка 73

◆ $syncDataCollection

SectionSyncDataCollection $syncDataCollection = null
protected

См. определение в файле section.php строка 85

◆ $syncToken

string $syncToken = null
protected

См. определение в файле section.php строка 25

◆ $textColor

string $textColor = null
protected

См. определение в файле section.php строка 65

◆ $type

string $type = null
protected

См. определение в файле section.php строка 69

◆ $xmlId

string $xmlId = null
protected

См. определение в файле section.php строка 86

◆ LOCAL_EXTERNAL_TYPE

const LOCAL_EXTERNAL_TYPE = 'local'

См. определение в файле section.php строка 12