Documentation

Glossary extends BaseModel
in package

Table of Contents

Properties

$createdAt  : string
$defaultProjectIds  : array<string|int, int>
$groupId  : int
$id  : int
$languageId  : string
$languageIds  : array<string|int, string>
$name  : string
$projectIds  : array<string|int, int>
$terms  : int
$userId  : int
$webUrl  : string

Methods

__construct()  : mixed
getCreatedAt()  : string
getDefaultProjectIds()  : array<string|int, int>
getGroupId()  : int
getId()  : int
getLanguageId()  : string
getLanguageIds()  : array<string|int, string>
getName()  : string
getProjectIds()  : array<string|int, int>
getTerms()  : int
getUserId()  : int
getWebUrl()  : string
setName()  : void

Properties

$defaultProjectIds

protected array<string|int, int> $defaultProjectIds

$languageId

protected string $languageId

$languageIds

protected array<string|int, string> $languageIds

$projectIds

protected array<string|int, int> $projectIds

Methods

__construct()

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

getCreatedAt()

public getCreatedAt() : string
Return values
string

getDefaultProjectIds()

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

getGroupId()

public getGroupId() : int
Return values
int

getId()

public getId() : int
Return values
int

getLanguageId()

public getLanguageId() : string
Return values
string

getLanguageIds()

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

getName()

public getName() : string
Return values
string

getProjectIds()

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

getTerms()

public getTerms() : int
Return values
int

getUserId()

public getUserId() : int
Return values
int

getWebUrl()

public getWebUrl() : string
Return values
string

setName()

public setName(string $name) : void
Parameters
$name : string

        
On this page

Search results