File
extends BaseModel
Table of Contents
Properties
-
$branchId
: int
-
$context
: string
-
$createdAt
: string
-
$directoryId
: int
-
$excludedTargetLanguages
: null|array<string|int, mixed>
-
$exportOptions
: array<string|int, mixed>
-
$id
: int
-
$importOptions
: array<string|int, mixed>
-
$name
: string
-
$path
: string
-
$priority
: string
-
$projectId
: int
-
$revisionId
: int
-
$status
: string
-
$title
: string
-
$type
: string
-
$updatedAt
: string
Methods
-
__construct()
: mixed
-
getBranchId()
: int
-
getContext()
: string
-
getCreatedAt()
: string
-
getDirectoryId()
: int
-
getExcludedTargetLanguages()
: array<string|int, mixed>|null
-
getExportOptions()
: array<string|int, mixed>
-
getId()
: int
-
getImportOptions()
: array<string|int, mixed>
-
getName()
: string
-
getPath()
: string
-
getPriority()
: string
-
getProjectId()
: int
-
getRevisionId()
: int
-
getStatus()
: string
-
getTitle()
: string
-
getType()
: string
-
getUpdatedAt()
: string
-
setBranchId()
: void
-
setContext()
: void
-
setDirectoryId()
: void
-
setExcludedTargetLanguages()
: void
-
setExportOptions()
: void
-
setImportOptions()
: void
-
setName()
: void
-
setPath()
: void
-
setPriority()
: void
-
setTitle()
: void
$branchId
protected
int
$branchId
$context
protected
string
$context
$createdAt
protected
string
$createdAt
$directoryId
protected
int
$directoryId
$excludedTargetLanguages
protected
null|array<string|int, mixed>
$excludedTargetLanguages
$exportOptions
protected
array<string|int, mixed>
$exportOptions
= []
$id
protected
int
$id
$importOptions
protected
array<string|int, mixed>
$importOptions
= []
$name
protected
string
$name
$path
protected
string
$path
$priority
protected
string
$priority
$projectId
protected
int
$projectId
$revisionId
protected
int
$revisionId
$status
protected
string
$status
$title
protected
string
$title
$type
protected
string
$type
$updatedAt
protected
string
$updatedAt
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getBranchId()
public
getBranchId() : int
getContext()
public
getContext() : string
getCreatedAt()
public
getCreatedAt() : string
getDirectoryId()
public
getDirectoryId() : int
getExcludedTargetLanguages()
public
getExcludedTargetLanguages() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getExportOptions()
public
getExportOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : int
getImportOptions()
public
getImportOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>
getName()
public
getName() : string
getPath()
public
getPath() : string
getPriority()
public
getPriority() : string
getProjectId()
public
getProjectId() : int
getRevisionId()
public
getRevisionId() : int
getStatus()
public
getStatus() : string
getTitle()
public
getTitle() : string
getType()
public
getType() : string
getUpdatedAt()
public
getUpdatedAt() : string
setBranchId()
public
setBranchId(int $branchId) : void
Parameters
-
$branchId
: int
-
setContext()
public
setContext(string $context) : void
Parameters
-
$context
: string
-
setDirectoryId()
public
setDirectoryId(int $directoryId) : void
Parameters
-
$directoryId
: int
-
setExcludedTargetLanguages()
public
setExcludedTargetLanguages(array<string|int, mixed>|null $excludedTargetLanguages) : void
Parameters
-
$excludedTargetLanguages
: array<string|int, mixed>|null
-
setExportOptions()
public
setExportOptions(array<string|int, mixed> $exportOptions) : void
Parameters
-
$exportOptions
: array<string|int, mixed>
-
setImportOptions()
public
setImportOptions(array<string|int, mixed> $importOptions) : void
Parameters
-
$importOptions
: array<string|int, mixed>
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setPath()
public
setPath(string $path) : void
Parameters
-
$path
: string
-
setPriority()
public
setPriority(string $priority) : void
Parameters
-
$priority
: string
-
setTitle()
public
setTitle(string $title) : void
Parameters
-
$title
: string
-