Project
extends BaseModel
Table of Contents
Properties
-
$autoSubstitution
: bool
-
$autoTranslateDialects
: bool
-
$background
: string
-
$cname
: string
-
$createdAt
: string
-
$customQaCheckIds
: array<string|int, int>
-
$description
: string
-
$exportApprovedOnly
: bool
-
$exportTranslatedOnly
: bool
-
$exportWithMinApprovalsCount
: int
-
$externalType
: string
-
$glossaryAccess
: bool
-
$groupId
: int
-
$hasCrowdsourcing
: bool
-
$hiddenStringsProofreadersAccess
: bool
-
$id
: int
-
$identifier
: string
-
$inContext
: bool
-
$inContextProcessHiddenStrings
: bool
-
$inContextPseudoLanguage
: array<string|int, mixed>
-
$inContextPseudoLanguageId
: string|null
-
$isExternal
: bool
-
$isMtAllowed
: bool
-
$isSuspended
: bool
-
$languageAccessPolicy
: string
-
$languageMapping
: array<string|int, mixed>
-
$lastActivity
: string
-
$logo
: string
-
$name
: string
-
$normalizePlaceholder
: bool
-
$notificationSettings
: array<string|int, mixed>
-
$publicDownloads
: bool
-
$qaCheckCategories
: array<string|int, mixed>
-
$qaCheckIsActive
: bool
-
$qaChecksIgnorableCategories
: array<string|int, mixed>
-
$saveMetaInfoInSource
: bool
-
$skipUntranslatedFiles
: bool
-
$skipUntranslatedStrings
: bool
-
$sourceLanguageId
: string
-
$targetLanguageIds
: array<string|int, mixed>
-
$targetLanguages
: array<string|int, mixed>
-
$translateDuplicates
: int
-
$updatedAt
: string
-
$useGlobalTm
: bool
-
$userId
: int
-
$visibility
: string
-
$workflowId
: int
Methods
-
__construct()
: mixed
-
getBackground()
: string
-
getCname()
: string
-
getCreatedAt()
: string
-
getCustomQaCheckIds()
: array<string|int, mixed>|array<string|int, int>
-
getDescription()
: string
-
getExportWithMinApprovalsCount()
: int
-
getExternalType()
: string
-
getGroupId()
: int
-
getId()
: int
-
getIdentifier()
: string
-
getInContextPseudoLanguage()
: array<string|int, mixed>
-
getInContextPseudoLanguageId()
: string
-
getLanguageAccessPolicy()
: string
-
getLanguageMapping()
: array<string|int, mixed>
-
getLastActivity()
: string
-
getLogo()
: string
-
getName()
: string
-
getNotificationSettings()
: array<string|int, mixed>
-
getQaCheckCategories()
: array<string|int, mixed>
-
getQaChecksIgnorableCategories()
: array<string|int, mixed>
-
getSourceLanguageId()
: string
-
getTargetLanguageIds()
: array<string|int, mixed>
-
getTargetLanguages()
: array<string|int, mixed>
-
getTranslateDuplicates()
: int
-
getUpdatedAt()
: string
-
getUserId()
: int
-
getVisibility()
: string
-
getWorkflowId()
: int
-
isAutoSubstitution()
: bool
-
isAutoTranslateDialects()
: bool
-
isExportApprovedOnly()
: bool
-
isExportTranslatedOnly()
: bool
-
isExternal()
: bool
-
isGlossaryAccess()
: bool
-
isHasCrowdsourcing()
: bool
-
isHiddenStringsProofreadersAccess()
: bool
-
isInContext()
: bool
-
isInContextProcessHiddenStrings()
: bool
-
isMtAllowed()
: bool
-
isNormalizePlaceholder()
: bool
-
isPublicDownloads()
: bool
-
isQaCheckIsActive()
: bool
-
isSaveMetaInfoInSource()
: bool
-
isSkipUntranslatedFiles()
: bool
-
isSkipUntranslatedStrings()
: bool
-
isSuspended()
: bool
-
isUseGlobalTm()
: bool
-
setAutoSubstitution()
: void
-
setAutoTranslateDialects()
: void
-
setBackground()
: void
-
setCname()
: void
-
setCreatedAt()
: void
-
setCustomQaCheckIds()
: void
-
setDescription()
: void
-
setExportApprovedOnly()
: void
-
setExportTranslatedOnly()
: void
-
setExportWithMinApprovalsCount()
: void
-
setExternalType()
: void
-
setGlossaryAccess()
: void
-
setGroupId()
: void
-
setHasCrowdsourcing()
: void
-
setHiddenStringsProofreadersAccess()
: void
-
setId()
: void
-
setIdentifier()
: void
-
setInContext()
: void
-
setInContextProcessHiddenStrings()
: void
-
setInContextPseudoLanguage()
: void
-
setInContextPseudoLanguageId()
: void
-
setIsExternal()
: void
-
setIsMtAllowed()
: void
-
setIsSuspended()
: void
-
setLanguageAccessPolicy()
: void
-
setLanguageMapping()
: void
-
setLastActivity()
: void
-
setLogo()
: void
-
setName()
: void
-
setNormalizePlaceholder()
: void
-
setNotificationSettings()
: void
-
setPublicDownloads()
: void
-
setQaCheckCategories()
: void
-
setQaCheckIsActive()
: void
-
setQaChecksIgnorableCategories()
: void
-
setSaveMetaInfoInSource()
: void
-
setSkipUntranslatedFiles()
: void
-
setSkipUntranslatedStrings()
: void
-
setSourceLanguageId()
: void
-
setTargetLanguageIds()
: void
-
setTargetLanguages()
: void
-
setTranslateDuplicates()
: void
-
setUpdatedAt()
: void
-
setUseGlobalTm()
: void
-
setUserId()
: void
-
setVisibility()
: void
-
setWorkflowId()
: void
$autoSubstitution
protected
bool
$autoSubstitution
$autoTranslateDialects
protected
bool
$autoTranslateDialects
$background
protected
string
$background
$cname
protected
string
$cname
$createdAt
protected
string
$createdAt
$customQaCheckIds
protected
array<string|int, int>
$customQaCheckIds
= []
$description
protected
string
$description
$exportApprovedOnly
protected
bool
$exportApprovedOnly
$exportTranslatedOnly
protected
bool
$exportTranslatedOnly
$exportWithMinApprovalsCount
protected
int
$exportWithMinApprovalsCount
$externalType
protected
string
$externalType
$glossaryAccess
protected
bool
$glossaryAccess
$groupId
protected
int
$groupId
$hasCrowdsourcing
protected
bool
$hasCrowdsourcing
$hiddenStringsProofreadersAccess
protected
bool
$hiddenStringsProofreadersAccess
$id
protected
int
$id
$identifier
protected
string
$identifier
$inContext
protected
bool
$inContext
$inContextProcessHiddenStrings
protected
bool
$inContextProcessHiddenStrings
$inContextPseudoLanguage
protected
array<string|int, mixed>
$inContextPseudoLanguage
= []
$inContextPseudoLanguageId
protected
string|null
$inContextPseudoLanguageId
$isExternal
protected
bool
$isExternal
$isMtAllowed
protected
bool
$isMtAllowed
$isSuspended
protected
bool
$isSuspended
$languageAccessPolicy
protected
string
$languageAccessPolicy
$languageMapping
protected
array<string|int, mixed>
$languageMapping
= []
$lastActivity
protected
string
$lastActivity
$logo
protected
string
$logo
$name
protected
string
$name
$normalizePlaceholder
protected
bool
$normalizePlaceholder
$notificationSettings
protected
array<string|int, mixed>
$notificationSettings
= []
$publicDownloads
protected
bool
$publicDownloads
$qaCheckCategories
protected
array<string|int, mixed>
$qaCheckCategories
= []
$qaCheckIsActive
protected
bool
$qaCheckIsActive
$qaChecksIgnorableCategories
protected
array<string|int, mixed>
$qaChecksIgnorableCategories
= []
protected
bool
$saveMetaInfoInSource
$skipUntranslatedFiles
protected
bool
$skipUntranslatedFiles
$skipUntranslatedStrings
protected
bool
$skipUntranslatedStrings
$sourceLanguageId
protected
string
$sourceLanguageId
$targetLanguageIds
protected
array<string|int, mixed>
$targetLanguageIds
= []
$targetLanguages
protected
array<string|int, mixed>
$targetLanguages
$translateDuplicates
protected
int
$translateDuplicates
$updatedAt
protected
string
$updatedAt
$useGlobalTm
protected
bool
$useGlobalTm
$userId
protected
int
$userId
$visibility
protected
string
$visibility
$workflowId
protected
int
$workflowId
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getBackground()
public
getBackground() : string
getCname()
public
getCname() : string
getCreatedAt()
public
getCreatedAt() : string
getCustomQaCheckIds()
public
getCustomQaCheckIds() : array<string|int, mixed>|array<string|int, int>
Return values
array<string|int, mixed>|array<string|int, int>
getDescription()
public
getDescription() : string
getExportWithMinApprovalsCount()
public
getExportWithMinApprovalsCount() : int
getExternalType()
public
getExternalType() : string
getGroupId()
public
getGroupId() : int
getId()
public
getId() : int
getIdentifier()
public
getIdentifier() : string
getInContextPseudoLanguage()
public
getInContextPseudoLanguage() : array<string|int, mixed>
Return values
array<string|int, mixed>
getInContextPseudoLanguageId()
public
getInContextPseudoLanguageId() : string
getLanguageAccessPolicy()
public
getLanguageAccessPolicy() : string
getLanguageMapping()
public
getLanguageMapping() : array<string|int, mixed>
Return values
array<string|int, mixed>
getLastActivity()
public
getLastActivity() : string
getLogo()
public
getLogo() : string
getName()
public
getName() : string
getNotificationSettings()
public
getNotificationSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
getQaCheckCategories()
public
getQaCheckCategories() : array<string|int, mixed>
Return values
array<string|int, mixed>
getQaChecksIgnorableCategories()
public
getQaChecksIgnorableCategories() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSourceLanguageId()
public
getSourceLanguageId() : string
getTargetLanguageIds()
public
getTargetLanguageIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTargetLanguages()
public
getTargetLanguages() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTranslateDuplicates()
public
getTranslateDuplicates() : int
getUpdatedAt()
public
getUpdatedAt() : string
getUserId()
public
getUserId() : int
getVisibility()
public
getVisibility() : string
getWorkflowId()
public
getWorkflowId() : int
isAutoSubstitution()
public
isAutoSubstitution() : bool
isAutoTranslateDialects()
public
isAutoTranslateDialects() : bool
isExportApprovedOnly()
public
isExportApprovedOnly() : bool
isExportTranslatedOnly()
public
isExportTranslatedOnly() : bool
isExternal()
public
isExternal() : bool
isGlossaryAccess()
public
isGlossaryAccess() : bool
isHasCrowdsourcing()
public
isHasCrowdsourcing() : bool
isHiddenStringsProofreadersAccess()
public
isHiddenStringsProofreadersAccess() : bool
isInContext()
public
isInContext() : bool
isInContextProcessHiddenStrings()
public
isInContextProcessHiddenStrings() : bool
isMtAllowed()
public
isMtAllowed() : bool
isNormalizePlaceholder()
public
isNormalizePlaceholder() : bool
isPublicDownloads()
public
isPublicDownloads() : bool
isQaCheckIsActive()
public
isQaCheckIsActive() : bool
public
isSaveMetaInfoInSource() : bool
isSkipUntranslatedFiles()
public
isSkipUntranslatedFiles() : bool
isSkipUntranslatedStrings()
public
isSkipUntranslatedStrings() : bool
isSuspended()
public
isSuspended() : bool
isUseGlobalTm()
public
isUseGlobalTm() : bool
setAutoSubstitution()
public
setAutoSubstitution(bool $autoSubstitution) : void
Parameters
-
$autoSubstitution
: bool
-
setAutoTranslateDialects()
public
setAutoTranslateDialects(bool $autoTranslateDialects) : void
Parameters
-
$autoTranslateDialects
: bool
-
setBackground()
public
setBackground(string $background) : void
Parameters
-
$background
: string
-
setCname()
public
setCname(string $cname) : void
Parameters
-
$cname
: string
-
setCreatedAt()
public
setCreatedAt(string $createdAt) : void
Parameters
-
$createdAt
: string
-
setCustomQaCheckIds()
public
setCustomQaCheckIds(array<string|int, mixed> $customQaCheckIds) : void
Parameters
-
$customQaCheckIds
: array<string|int, mixed>
-
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setExportApprovedOnly()
public
setExportApprovedOnly(bool $exportApprovedOnly) : void
Parameters
-
$exportApprovedOnly
: bool
-
setExportTranslatedOnly()
public
setExportTranslatedOnly(bool $exportTranslatedOnly) : void
Parameters
-
$exportTranslatedOnly
: bool
-
setExportWithMinApprovalsCount()
public
setExportWithMinApprovalsCount(int $exportWithMinApprovalsCount) : void
Parameters
-
$exportWithMinApprovalsCount
: int
-
setExternalType()
public
setExternalType(string $externalType) : void
Parameters
-
$externalType
: string
-
setGlossaryAccess()
public
setGlossaryAccess(bool $glossaryAccess) : void
Parameters
-
$glossaryAccess
: bool
-
setGroupId()
public
setGroupId(int $groupId) : void
Parameters
-
$groupId
: int
-
setHasCrowdsourcing()
public
setHasCrowdsourcing(bool $hasCrowdsourcing) : void
Parameters
-
$hasCrowdsourcing
: bool
-
setHiddenStringsProofreadersAccess()
public
setHiddenStringsProofreadersAccess(bool $hiddenStringsProofreadersAccess) : void
Parameters
-
$hiddenStringsProofreadersAccess
: bool
-
setId()
public
setId(int $id) : void
Parameters
-
$id
: int
-
setIdentifier()
public
setIdentifier(string $identifier) : void
Parameters
-
$identifier
: string
-
setInContext()
public
setInContext(bool $inContext) : void
Parameters
-
$inContext
: bool
-
setInContextProcessHiddenStrings()
public
setInContextProcessHiddenStrings(bool $inContextProcessHiddenStrings) : void
Parameters
-
$inContextProcessHiddenStrings
: bool
-
setInContextPseudoLanguage()
public
setInContextPseudoLanguage(array<string|int, mixed> $inContextPseudoLanguage) : void
Parameters
-
$inContextPseudoLanguage
: array<string|int, mixed>
-
setInContextPseudoLanguageId()
public
setInContextPseudoLanguageId(string|null $inContextPseudoLanguageId) : void
Parameters
-
$inContextPseudoLanguageId
: string|null
-
setIsExternal()
public
setIsExternal(bool $isExternal) : void
Parameters
-
$isExternal
: bool
-
setIsMtAllowed()
public
setIsMtAllowed(bool $isMtAllowed) : void
Parameters
-
$isMtAllowed
: bool
-
setIsSuspended()
public
setIsSuspended(bool $isSuspended) : void
Parameters
-
$isSuspended
: bool
-
setLanguageAccessPolicy()
public
setLanguageAccessPolicy(string $languageAccessPolicy) : void
Parameters
-
$languageAccessPolicy
: string
-
setLanguageMapping()
public
setLanguageMapping(array<string|int, mixed> $languageMapping) : void
Parameters
-
$languageMapping
: array<string|int, mixed>
-
setLastActivity()
public
setLastActivity(string $lastActivity) : void
Parameters
-
$lastActivity
: string
-
setLogo()
public
setLogo(string $logo) : void
Parameters
-
$logo
: string
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setNormalizePlaceholder()
public
setNormalizePlaceholder(bool $normalizePlaceholder) : void
Parameters
-
$normalizePlaceholder
: bool
-
setNotificationSettings()
public
setNotificationSettings(array<string|int, mixed> $notificationSettings) : void
Parameters
-
$notificationSettings
: array<string|int, mixed>
-
setPublicDownloads()
public
setPublicDownloads(bool $publicDownloads) : void
Parameters
-
$publicDownloads
: bool
-
setQaCheckCategories()
public
setQaCheckCategories(array<string|int, mixed> $qaCheckCategories) : void
Parameters
-
$qaCheckCategories
: array<string|int, mixed>
-
setQaCheckIsActive()
public
setQaCheckIsActive(bool $qaCheckIsActive) : void
Parameters
-
$qaCheckIsActive
: bool
-
setQaChecksIgnorableCategories()
public
setQaChecksIgnorableCategories(array<string|int, mixed> $qaChecksIgnorableCategories) : void
Parameters
-
$qaChecksIgnorableCategories
: array<string|int, mixed>
-
public
setSaveMetaInfoInSource(bool $saveMetaInfoInSource) : void
Parameters
-
$saveMetaInfoInSource
: bool
-
setSkipUntranslatedFiles()
public
setSkipUntranslatedFiles(bool $skipUntranslatedFiles) : void
Parameters
-
$skipUntranslatedFiles
: bool
-
setSkipUntranslatedStrings()
public
setSkipUntranslatedStrings(bool $skipUntranslatedStrings) : void
Parameters
-
$skipUntranslatedStrings
: bool
-
setSourceLanguageId()
public
setSourceLanguageId(string $sourceLanguageId) : void
Parameters
-
$sourceLanguageId
: string
-
setTargetLanguageIds()
public
setTargetLanguageIds(array<string|int, mixed> $targetLanguageIds) : void
Parameters
-
$targetLanguageIds
: array<string|int, mixed>
-
setTargetLanguages()
public
setTargetLanguages(array<string|int, mixed> $targetLanguages) : void
Parameters
-
$targetLanguages
: array<string|int, mixed>
-
setTranslateDuplicates()
public
setTranslateDuplicates(int $translateDuplicates) : void
Parameters
-
$translateDuplicates
: int
-
setUpdatedAt()
public
setUpdatedAt(string $updatedAt) : void
Parameters
-
$updatedAt
: string
-
setUseGlobalTm()
public
setUseGlobalTm(bool $useGlobalTm) : void
Parameters
-
$useGlobalTm
: bool
-
setUserId()
public
setUserId(int $userId) : void
Parameters
-
$userId
: int
-
setVisibility()
public
setVisibility(string $visibility) : void
Parameters
-
$visibility
: string
-
setWorkflowId()
public
setWorkflowId(int $workflowId) : void
Parameters
-
$workflowId
: int
-