TimelineParams
Table of Contents
Methods
-
__construct()
: mixed
-
getAssociatedEntityId()
: int
-
getAssociatedEntityTypeId()
: int
-
getAuthorId()
: int
-
getEntityId()
: int
-
getEntityTypeId()
: int
-
getSettings()
: array<string|int, mixed>
-
getWorkflowId()
: string
-
hasAssociatedEntityId()
: bool
-
hasAssociatedEntityTypeId()
: bool
-
setAssociatedEntityId()
: void
-
setAssociatedEntityTypeId()
: void
-
setAuthorId()
: void
-
setEntityId()
: void
-
setEntityTypeId()
: void
-
setSettings()
: void
-
setWorkflowId()
: void
__construct()
public
__construct(string $workflowId, int $entityTypeId, int $entityId, array<string|int, mixed> $settings, int $authorId) : mixed
Parameters
-
$workflowId
: string
-
-
$entityTypeId
: int
-
-
$entityId
: int
-
-
$settings
: array<string|int, mixed>
-
-
$authorId
: int
-
getAssociatedEntityId()
public
getAssociatedEntityId() : int
getAssociatedEntityTypeId()
public
getAssociatedEntityTypeId() : int
getAuthorId()
public
getAuthorId() : int
getEntityId()
public
getEntityId() : int
getEntityTypeId()
public
getEntityTypeId() : int
getSettings()
public
getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
getWorkflowId()
public
getWorkflowId() : string
hasAssociatedEntityId()
public
hasAssociatedEntityId() : bool
hasAssociatedEntityTypeId()
public
hasAssociatedEntityTypeId() : bool
setAssociatedEntityId()
public
setAssociatedEntityId(int $associatedEntityId) : void
Parameters
-
$associatedEntityId
: int
-
setAssociatedEntityTypeId()
public
setAssociatedEntityTypeId(int $associatedEntityTypeId) : void
Parameters
-
$associatedEntityTypeId
: int
-
setAuthorId()
public
setAuthorId(int $authorId) : void
Parameters
-
$authorId
: int
-
setEntityId()
public
setEntityId(int $entityId) : void
Parameters
-
$entityId
: int
-
setEntityTypeId()
public
setEntityTypeId(int $entityTypeId) : void
Parameters
-
$entityTypeId
: int
-
setSettings()
public
setSettings(array<string|int, mixed> $settings) : void
Parameters
-
$settings
: array<string|int, mixed>
-
setWorkflowId()
public
setWorkflowId(string $workflowId) : void
Parameters
-
$workflowId
: string
-