Documentation

Glossary extends BaseModel
in package

Table of Contents

Properties

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

Methods

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

Properties

$languageIds

protected array<string|int, mixed> $languageIds

$projectIds

protected array<string|int, mixed> $projectIds

Methods

__construct()

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

getCreatedAt()

public getCreatedAt() : string
Return values
string

getGroupId()

public getGroupId() : int
Return values
int

getId()

public getId() : int
Return values
int

getLanguageIds()

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

getName()

public getName() : string
Return values
string

getProjectIds()

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

getTerms()

public getTerms() : int
Return values
int

getUserId()

public getUserId() : int
Return values
int

setName()

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

        
On this page

Search results