Bitrix API

Room

Table of Contents

Constants

TYPE  = 'location'

Methods

create()  : $this
createInstance()  : Room
createInstanceFromParams()  : Room
delete()  : $this
getAccess()  : array<string|int, mixed>|null
getCapacity()  : int|null
getCategoryId()  : int|null
getColor()  : string|null
getCreatedBy()  : int|null
getError()  : Error|null
getId()  : int|null
getLocationId()  : int|null
getName()  : string|null
getNecessity()  : string|null
getOwnerId()  : int|null
getType()  : string|null
setAccess()  : Room
setCapacity()  : Room
setCategoryId()  : Room
setColor()  : Room
setCreatedBy()  : Room
setId()  : Room
setLocationId()  : Room
setName()  : $this
setNecessity()  : Room
setOwnerId()  : Room
update()  : $this

Constants

TYPE

public mixed TYPE = 'location'

Methods

create()

public create() : $this
Tags
throws
Exception
Return values
$this

createInstance()

public createInstance() : Room
Return values
Room

createInstanceFromParams()

public static createInstanceFromParams(mixed $params) : Room
Parameters
$params : mixed
Return values
Room

delete()

public delete() : $this
Tags
throws
Exception
Return values
$this

getAccess()

public getAccess() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getCapacity()

public getCapacity() : int|null
Return values
int|null

getCategoryId()

public getCategoryId() : int|null
Return values
int|null

getColor()

public getColor() : string|null
Return values
string|null

getCreatedBy()

public getCreatedBy() : int|null
Return values
int|null

getError()

public getError() : Error|null
Return values
Error|null

getId()

public getId() : int|null
Return values
int|null

getLocationId()

public getLocationId() : int|null
Return values
int|null

getName()

public getName() : string|null
Return values
string|null

getNecessity()

public getNecessity() : string|null
Return values
string|null

getOwnerId()

public getOwnerId() : int|null
Return values
int|null

getType()

public getType() : string|null
Return values
string|null

setAccess()

public setAccess([array<string|int, mixed>|null $access = [] ]) : Room
Parameters
$access : array<string|int, mixed>|null = []
Return values
Room

setCapacity()

public setCapacity([int|null $capacity = null ]) : Room
Parameters
$capacity : int|null = null
Return values
Room

setCategoryId()

public setCategoryId([int|null $categoryId = null ]) : Room
Parameters
$categoryId : int|null = null
Return values
Room

setColor()

public setColor([string|null $color = '' ]) : Room
Parameters
$color : string|null = ''
Return values
Room

setId()

public setId([int|null $id = null ]) : Room
Parameters
$id : int|null = null
Return values
Room

setLocationId()

public setLocationId([int|null $locationId = null ]) : Room
Parameters
$locationId : int|null = null
Return values
Room

setName()

public setName([string|null $name = '' ]) : $this
Parameters
$name : string|null = ''
Return values
$this

setNecessity()

public setNecessity([string|null $necessity = 'N' ]) : Room
Parameters
$necessity : string|null = 'N'
Return values
Room

setOwnerId()

public setOwnerId([int|null $ownerId = null ]) : Room
Parameters
$ownerId : int|null = null
Return values
Room

update()

public update() : $this
Tags
throws
Exception
Return values
$this

        
On this page

Search results