Documentation

SourceString extends BaseModel
in package

Table of Contents

Properties

$branchId  : int|null
$context  : string
$createdAt  : string
$directoryId  : int|null
$fileId  : int
$hasPlurals  : bool
$id  : int
$identifier  : string
$isDuplicate  : bool
$isHidden  : bool
$isIcu  : bool
$labelIds  : array<string|int, mixed>
$masterStringId  : int|null
$maxLength  : int
$projectId  : int
$revision  : int
$text  : string
$type  : string
$updatedAt  : string

Methods

__construct()  : mixed
getBranchId()  : int|null
getContext()  : string
getCreatedAt()  : string
getDirectoryId()  : int|null
getFileId()  : int
getId()  : int
getIdentifier()  : string
getLabelIds()  : array<string|int, mixed>
getMasterStringId()  : int|null
getMaxLength()  : int
getProjectId()  : int
getRevision()  : int
getText()  : string
getType()  : string
getUpdatedAt()  : string
isDuplicate()  : bool
isHasPlurals()  : bool
isHidden()  : bool
isIcu()  : bool
setContext()  : void
setIsHidden()  : void
setLabelIds()  : void
setMaxLength()  : void
setText()  : void

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getBranchId()

public getBranchId() : int|null
Return values
int|null

getContext()

public getContext() : string
Return values
string

getCreatedAt()

public getCreatedAt() : string
Return values
string

getDirectoryId()

public getDirectoryId() : int|null
Return values
int|null

getIdentifier()

public getIdentifier() : string
Return values
string

getLabelIds()

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

getMasterStringId()

public getMasterStringId() : int|null
Return values
int|null

getMaxLength()

public getMaxLength() : int
Return values
int

getProjectId()

public getProjectId() : int
Return values
int

getRevision()

public getRevision() : int
Return values
int

getText()

public getText() : string
Return values
string

getType()

public getType() : string
Return values
string

getUpdatedAt()

public getUpdatedAt() : string
Return values
string

isDuplicate()

public isDuplicate() : bool
Return values
bool

isHasPlurals()

public isHasPlurals() : bool
Return values
bool

setContext()

public setContext(string $context) : void
Parameters
$context : string

setIsHidden()

public setIsHidden(bool $isHidden) : void
Parameters
$isHidden : bool

setLabelIds()

public setLabelIds(array<string|int, mixed> $labelIds) : void
Parameters
$labelIds : array<string|int, mixed>

setMaxLength()

public setMaxLength(int $maxLength) : void
Parameters
$maxLength : int

setText()

public setText(string $text) : void
Parameters
$text : string

        
On this page

Search results