Table of Contents
Interfaces
- Arrayable
Methods
-
cacheCrmFields()
: static
-
fillAdditionalMembers()
: static
-
fillAllMemberIds()
: static
-
getAccompliceMembersIds()
: array<string|int, mixed>
-
getAllMemberIds()
: array<string|int, mixed>
-
getAuditorMembersIds()
: array<string|int, mixed>
-
getCachedCrmFields()
: array<string|int, mixed>
-
getChildren()
: TaskCollection
-
getCreatedByMemberId()
: int|null
-
getCrmFields()
: array<string|int, mixed>
-
getFileFields()
: array<string|int, mixed>
-
getFirstResult()
: Result|null
-
getFlowId()
: int
-
getLastResult()
: Result|null
-
getMemberService()
: AbstractMemberService
-
getMembersIdsByRole()
: array<string|int, mixed>
-
getRealStatus()
: int|null
-
getRegularDeadlineOffset()
: int
-
getRegularFields()
: RegularParametersObject|null
-
getRegularityStartTime()
: DateTime|null
-
getResponsibleMemberId()
: int|null
-
hasChecklist()
: bool
-
hasDeadlineValue()
: bool
-
isCollab()
: bool
-
isCompleted()
: bool
-
isCrm()
: bool
-
isDeleted()
: bool
-
isExpired()
: bool
-
isInGroup()
: bool
-
isInGroupStage()
: bool
-
isMuted()
: bool
-
isNew()
: bool
-
isRegular()
: bool
-
isResultRequired()
: bool
-
isScrum()
: bool
-
onFlow()
: bool
-
toArray()
: array<string|int, mixed>
-
wakeUpObject()
: static
cacheCrmFields()
public
cacheCrmFields() : static
fillAdditionalMembers()
public
fillAdditionalMembers() : static
fillAllMemberIds()
public
fillAllMemberIds() : static
getAccompliceMembersIds()
public
getAccompliceMembersIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getAllMemberIds()
public
getAllMemberIds([bool $force = true ]) : array<string|int, mixed>
Parameters
-
$force
: bool
= true
-
Return values
array<string|int, mixed>
getAuditorMembersIds()
public
getAuditorMembersIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCachedCrmFields()
public
getCachedCrmFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getChildren()
public
getChildren() : TaskCollection
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
getCreatedByMemberId()
public
getCreatedByMemberId() : int|null
getCrmFields()
public
getCrmFields([bool $force = false ]) : array<string|int, mixed>
Parameters
-
$force
: bool
= false
-
Return values
array<string|int, mixed>
getFileFields()
public
getFileFields([bool $force = false ]) : array<string|int, mixed>
Parameters
-
$force
: bool
= false
-
Return values
array<string|int, mixed>
getFirstResult()
public
getFirstResult() : Result|null
getFlowId()
public
getFlowId([bool $force = true ]) : int
Parameters
-
$force
: bool
= true
-
getLastResult()
public
getLastResult() : Result|null
getMemberService()
public
getMemberService() : AbstractMemberService
getMembersIdsByRole()
public
getMembersIdsByRole(string $role) : array<string|int, mixed>
Parameters
-
$role
: string
-
Return values
array<string|int, mixed>
getRealStatus()
public
getRealStatus() : int|null
getRegularDeadlineOffset()
public
getRegularDeadlineOffset() : int
getRegularFields()
public
getRegularFields([bool $force = false ]) : RegularParametersObject|null
Parameters
-
$force
: bool
= false
-
getRegularityStartTime()
public
getRegularityStartTime() : DateTime|null
getResponsibleMemberId()
public
getResponsibleMemberId() : int|null
hasChecklist()
public
hasChecklist() : bool
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
ArgumentException
hasDeadlineValue()
public
hasDeadlineValue() : bool
isCollab()
public
isCollab() : bool
isCompleted()
public
isCompleted() : bool
isCrm()
public
isCrm() : bool
isDeleted()
public
isDeleted() : bool
isExpired()
public
isExpired() : bool
isInGroup()
public
isInGroup([bool $force = true ]) : bool
Parameters
-
$force
: bool
= true
-
isInGroupStage()
public
isInGroupStage() : bool
isMuted()
public
isMuted(int $userId) : bool
Parameters
-
$userId
: int
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
isNew()
public
isNew() : bool
isRegular()
public
isRegular() : bool
isResultRequired()
public
isResultRequired() : bool
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
ArgumentException
isScrum()
public
isScrum() : bool
onFlow()
public
onFlow() : bool
toArray()
public
toArray([bool $withCustom = false ]) : array<string|int, mixed>
Parameters
-
$withCustom
: bool
= false
-
Return values
array<string|int, mixed>
wakeUpObject()
public
static wakeUpObject(mixed $data) : static
Parameters
-
$data
: mixed
-