Documentation

Task extends BaseModel
in package

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

Properties

$assignedTeams

protected array<string|int, mixed> $assignedTeams

$assignees

protected array<string|int, mixed> $assignees

$buyUrl

protected string|null $buyUrl

$commentsCount

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

$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

Methods

__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

getCommentsCount()

public getCommentsCount() : int
Return values
int

getCreatedAt()

public getCreatedAt() : string
Return values
string

getCreatorId()

public getCreatorId() : int
Return values
int

getDeadline()

public getDeadline() : string
Return values
string

getDescription()

public getDescription() : string
Return values
string

getFileIds()

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

getFilesCount()

public getFilesCount() : int
Return values
int

getHash()

public getHash() : string
Return values
string

getId()

public getId() : int
Return values
int

getProgress()

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

getProjectId()

public getProjectId() : int
Return values
int

getSourceLanguageId()

public getSourceLanguageId() : string
Return values
string

getStatus()

public getStatus() : string
Return values
string

getTargetLanguageId()

public getTargetLanguageId() : string
Return values
string

getTimeRange()

public getTimeRange() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

getTranslateProgress()

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

getTranslationUrl()

public getTranslationUrl() : string
Return values
string

getType()

public getType() : int
Return values
int

getUpdatedAt()

public getUpdatedAt() : string
Return values
string

getVendor()

public getVendor() : string|null
Return values
string|null

getWordsCount()

public getWordsCount() : int
Return values
int

getWorkflowStepId()

public getWorkflowStepId() : int
Return values
int

isArchived()

public isArchived() : bool
Return values
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

        
On this page

Search results