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