Task
extends BaseModel
Table of Contents
Properties
-
$assignedTeams
: array<string|int, mixed>
-
$assignees
: array<string|int, mixed>
-
$buyUrl
: string|null
-
$commentsCount
: int
-
$createdAt
: string
-
$creatorId
: int
-
$deadline
: string
-
$description
: string
-
$fileIds
: array<string|int, mixed>
-
$filesCount
: int
-
$hash
: string
-
$id
: int
-
$isArchived
: bool
-
$progress
: array<string|int, mixed>
-
$projectId
: int
-
$sourceLanguageId
: string
-
$status
: string
-
$targetLanguageId
: string
-
$timeRange
: string
-
$title
: string
-
$translateProgress
: array<string|int, mixed>|null
-
$translationUrl
: string
-
$type
: int
-
$updatedAt
: string
-
$vendor
: string|null
-
$wordsCount
: int
-
$workflowStepId
: int
Methods
-
__construct()
: mixed
-
getAssignedTeams()
: array<string|int, mixed>
-
getAssignees()
: array<string|int, mixed>
-
getBuyUrl()
: string|null
-
getCommentsCount()
: int
-
getCreatedAt()
: string
-
getCreatorId()
: int
-
getDeadline()
: string
-
getDescription()
: string
-
getFileIds()
: array<string|int, mixed>
-
getFilesCount()
: int
-
getHash()
: string
-
getId()
: int
-
getProgress()
: array<string|int, mixed>
-
getProjectId()
: int
-
getSourceLanguageId()
: string
-
getStatus()
: string
-
getTargetLanguageId()
: string
-
getTimeRange()
: string
-
getTitle()
: string
-
getTranslateProgress()
: array<string|int, mixed>|null
-
getTranslationUrl()
: string
-
getType()
: int
-
getUpdatedAt()
: string
-
getVendor()
: string|null
-
getWordsCount()
: int
-
getWorkflowStepId()
: int
-
isArchived()
: bool
-
setAssignedTeams()
: void
-
setAssignees()
: void
-
setBuyUrl()
: void
-
setDeadline()
: void
-
setDescription()
: void
-
setFileIds()
: void
-
setIsArchived()
: void
-
setStatus()
: void
-
setTitle()
: void
-
setVendor()
: void
$assignedTeams
protected
array<string|int, mixed>
$assignedTeams
$assignees
protected
array<string|int, mixed>
$assignees
$buyUrl
protected
string|null
$buyUrl
protected
int
$commentsCount
$createdAt
protected
string
$createdAt
$creatorId
protected
int
$creatorId
$deadline
protected
string
$deadline
$description
protected
string
$description
$fileIds
protected
array<string|int, mixed>
$fileIds
$filesCount
protected
int
$filesCount
$hash
protected
string
$hash
$id
protected
int
$id
$isArchived
protected
bool
$isArchived
$progress
protected
array<string|int, mixed>
$progress
$projectId
protected
int
$projectId
$sourceLanguageId
protected
string
$sourceLanguageId
$status
protected
string
$status
$targetLanguageId
protected
string
$targetLanguageId
$timeRange
protected
string
$timeRange
$title
protected
string
$title
$translateProgress
protected
array<string|int, mixed>|null
$translateProgress
$translationUrl
protected
string
$translationUrl
$type
protected
int
$type
$updatedAt
protected
string
$updatedAt
$vendor
protected
string|null
$vendor
$wordsCount
protected
int
$wordsCount
$workflowStepId
protected
int
$workflowStepId
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getAssignedTeams()
public
getAssignedTeams() : array<string|int, mixed>
Return values
array<string|int, mixed>
getAssignees()
public
getAssignees() : array<string|int, mixed>
Return values
array<string|int, mixed>
getBuyUrl()
public
getBuyUrl() : string|null
Return values
string|null
public
getCommentsCount() : int
getCreatedAt()
public
getCreatedAt() : string
getCreatorId()
public
getCreatorId() : int
getDeadline()
public
getDeadline() : string
getDescription()
public
getDescription() : string
getFileIds()
public
getFileIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getFilesCount()
public
getFilesCount() : int
getHash()
public
getHash() : string
getId()
public
getId() : int
getProgress()
public
getProgress() : array<string|int, mixed>
Return values
array<string|int, mixed>
getProjectId()
public
getProjectId() : int
getSourceLanguageId()
public
getSourceLanguageId() : string
getStatus()
public
getStatus() : string
getTargetLanguageId()
public
getTargetLanguageId() : string
getTimeRange()
public
getTimeRange() : string
getTitle()
public
getTitle() : string
getTranslateProgress()
public
getTranslateProgress() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getTranslationUrl()
public
getTranslationUrl() : string
getType()
public
getType() : int
getUpdatedAt()
public
getUpdatedAt() : string
getVendor()
public
getVendor() : string|null
Return values
string|null
getWordsCount()
public
getWordsCount() : int
getWorkflowStepId()
public
getWorkflowStepId() : int
isArchived()
public
isArchived() : bool
setAssignedTeams()
public
setAssignedTeams(array<string|int, mixed> $assignedTeams) : void
Parameters
-
$assignedTeams
: array<string|int, mixed>
-
setAssignees()
public
setAssignees(array<string|int, mixed> $assignees) : void
Parameters
-
$assignees
: array<string|int, mixed>
-
setBuyUrl()
public
setBuyUrl(string $buyUrl) : void
Parameters
-
$buyUrl
: string
-
setDeadline()
public
setDeadline(string $deadline) : void
Parameters
-
$deadline
: string
-
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setFileIds()
public
setFileIds(array<string|int, mixed> $fileIds) : void
Parameters
-
$fileIds
: array<string|int, mixed>
-
setIsArchived()
public
setIsArchived(bool $isArchived) : void
Parameters
-
$isArchived
: bool
-
setStatus()
public
setStatus(string $status) : void
Parameters
-
$status
: string
-
setTitle()
public
setTitle(string $title) : void
Parameters
-
$title
: string
-
setVendor()
public
setVendor(string $vendor) : void
Parameters
-
$vendor
: string
-