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
stringgetHiddenVisibilityList()
public
getHiddenVisibilityList() : array<string|int, mixed>
Return values
array<string|int, mixed>getHiddenVisibilityListKey()
public
getHiddenVisibilityListKey() : string
Return values
stringgetInfoData()
public
getInfoData() : array<string|int, mixed>
Return values
array<string|int, mixed>getSprintGoal()
public
getSprintGoal() : string
Return values
stringgetSprintGoalKey()
public
getSprintGoalKey() : string
Return values
stringgetSprintStagesRecoveryStatus()
public
getSprintStagesRecoveryStatus() : string
Return values
stringgetSprintStagesRecoveryStatusKey()
public
getSprintStagesRecoveryStatusKey() : string
Return values
stringgetTemplatesClosed()
public
getTemplatesClosed() : string
Return values
stringgetTemplatesClosedKey()
public
getTemplatesClosedKey() : string
Return values
stringgetTypesGenerated()
public
getTypesGenerated() : string
Return values
stringgetTypesGeneratedKey()
public
getTypesGeneratedKey() : string
Return values
stringgetTypesParticipantsGenerated()
public
getTypesParticipantsGenerated() : string
Return values
stringgetTypesParticipantsGeneratedKey()
public
getTypesParticipantsGeneratedKey() : string
Return values
stringhideVisibility()
public
hideVisibility(int $userId) : void
Parameters
- $userId : int
isTemplatesClosed()
public
isTemplatesClosed() : bool
Return values
boolisTypesGenerated()
public
isTypesGenerated() : bool
Return values
boolisTypesParticipantsGenerated()
public
isTypesParticipantsGenerated() : bool
Return values
boolisVisibility()
public
isVisibility(int $userId) : bool
Parameters
- $userId : int
Return values
boolsetEvents()
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