Glossary
extends BaseModel
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
$createdAt
protected
string
$createdAt
$groupId
protected
int
$groupId
$id
protected
int
$id
$languageIds
protected
array<string|int, mixed>
$languageIds
$name
protected
string
$name
$projectIds
protected
array<string|int, mixed>
$projectIds
$terms
protected
int
$terms
$userId
protected
int
$userId
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getGroupId()
public
getGroupId() : int
getId()
public
getId() : int
getLanguageIds()
public
getLanguageIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getName()
public
getName() : string
getProjectIds()
public
getProjectIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTerms()
public
getTerms() : int
getUserId()
public
getUserId() : int
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-