Bitrix API

EntityInfo

Table of Contents

Methods

getEvents()  : array<string|int, mixed>
getEventsKey()  : string
getHiddenVisibilityList()  : array<string|int, mixed>
getHiddenVisibilityListKey()  : string
getInfoData()  : array<string|int, mixed>
getSprintGoal()  : string
getSprintGoalKey()  : string
getSprintStagesRecoveryStatus()  : string
getSprintStagesRecoveryStatusKey()  : string
getTemplatesClosed()  : string
getTemplatesClosedKey()  : string
getTypesGenerated()  : string
getTypesGeneratedKey()  : string
getTypesParticipantsGenerated()  : string
getTypesParticipantsGeneratedKey()  : string
hideVisibility()  : void
isTemplatesClosed()  : bool
isTypesGenerated()  : bool
isTypesParticipantsGenerated()  : bool
isVisibility()  : bool
setEvents()  : void
Save the identifier of the event that is generated from the template.
setHiddenVisibilityList()  : void
setInfoData()  : void
setSprintGoal()  : void
setSprintStagesRecoveryStatus()  : void
setSprintStagesRecoveryStatusToChecked()  : void
setSprintStagesRecoveryStatusToCompleted()  : void
setSprintStagesRecoveryStatusToWaiting()  : void
setTemplatesClosed()  : void
setTypesGenerated()  : void
setTypesParticipantsGenerated()  : void
showVisibility()  : void
sprintStagesRecoveryStatusIsVerified()  : bool

Methods

getEvents()

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

getEventsKey()

public getEventsKey() : string
Return values
string

getHiddenVisibilityList()

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

getHiddenVisibilityListKey()

public getHiddenVisibilityListKey() : string
Return values
string

getInfoData()

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

getSprintGoal()

public getSprintGoal() : string
Return values
string

getSprintGoalKey()

public getSprintGoalKey() : string
Return values
string

getSprintStagesRecoveryStatus()

public getSprintStagesRecoveryStatus() : string
Return values
string

getSprintStagesRecoveryStatusKey()

public getSprintStagesRecoveryStatusKey() : string
Return values
string

getTemplatesClosed()

public getTemplatesClosed() : string
Return values
string

getTemplatesClosedKey()

public getTemplatesClosedKey() : string
Return values
string

getTypesGenerated()

public getTypesGenerated() : string
Return values
string

getTypesGeneratedKey()

public getTypesGeneratedKey() : string
Return values
string

getTypesParticipantsGenerated()

public getTypesParticipantsGenerated() : string
Return values
string

getTypesParticipantsGeneratedKey()

public getTypesParticipantsGeneratedKey() : string
Return values
string

hideVisibility()

public hideVisibility(int $userId) : void
Parameters
$userId : int

isTemplatesClosed()

public isTemplatesClosed() : bool
Return values
bool

isTypesGenerated()

public isTypesGenerated() : bool
Return values
bool

isTypesParticipantsGenerated()

public isTypesParticipantsGenerated() : bool
Return values
bool

isVisibility()

public isVisibility(int $userId) : bool
Parameters
$userId : int
Return values
bool

setEvents()

Save the identifier of the event that is generated from the template.

public setEvents(array<string|int, mixed> $map) : void
Parameters
$map : array<string|int, mixed>

The relationship between the template ID and the generated event.

setHiddenVisibilityList()

public setHiddenVisibilityList(array<string|int, mixed> $list) : void
Parameters
$list : array<string|int, mixed>

setInfoData()

public setInfoData(array<string|int, mixed> $infoData) : void
Parameters
$infoData : array<string|int, mixed>

setSprintGoal()

public setSprintGoal(string $sprintGoal) : void
Parameters
$sprintGoal : string

setSprintStagesRecoveryStatus()

public setSprintStagesRecoveryStatus(string $status) : void
Parameters
$status : string

setSprintStagesRecoveryStatusToChecked()

public setSprintStagesRecoveryStatusToChecked() : void

setSprintStagesRecoveryStatusToCompleted()

public setSprintStagesRecoveryStatusToCompleted() : void

setSprintStagesRecoveryStatusToWaiting()

public setSprintStagesRecoveryStatusToWaiting() : void

setTemplatesClosed()

public setTemplatesClosed(string $templatesClosed) : void
Parameters
$templatesClosed : string

setTypesGenerated()

public setTypesGenerated(string $typesGenerated) : void
Parameters
$typesGenerated : string

setTypesParticipantsGenerated()

public setTypesParticipantsGenerated(string $typesParticipantsGenerated) : void
Parameters
$typesParticipantsGenerated : string

showVisibility()

public showVisibility(int $userId) : void
Parameters
$userId : int

sprintStagesRecoveryStatusIsVerified()

public sprintStagesRecoveryStatusIsVerified() : bool
Return values
bool

        
On this page

Search results