Term
extends BaseModel
Table of Contents
Properties
-
$createdAt
: string
-
$description
: string
-
$glossaryId
: int
-
$id
: int
-
$languageId
: string
-
$lemma
: string
-
$partOfSpeech
: string
-
$text
: string
-
$updatedAt
: string
-
$userId
: int
Methods
-
__construct()
: mixed
-
getCreatedAt()
: string
-
getDescription()
: string
-
getGlossaryId()
: int
-
getId()
: int
-
getLanguageId()
: string
-
getLemma()
: string
-
getPartOfSpeech()
: string
-
getText()
: string
-
getUpdatedAt()
: string
-
getUserId()
: int
-
setDescription()
: void
-
setPartOfSpeech()
: void
-
setText()
: void
$createdAt
protected
string
$createdAt
$description
protected
string
$description
$glossaryId
protected
int
$glossaryId
$id
protected
int
$id
$languageId
protected
string
$languageId
$lemma
protected
string
$lemma
$partOfSpeech
protected
string
$partOfSpeech
$text
protected
string
$text
$updatedAt
protected
string
$updatedAt
$userId
protected
int
$userId
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getDescription()
public
getDescription() : string
getGlossaryId()
public
getGlossaryId() : int
getId()
public
getId() : int
getLanguageId()
public
getLanguageId() : string
getLemma()
public
getLemma() : string
getPartOfSpeech()
public
getPartOfSpeech() : string
getText()
public
getText() : string
getUpdatedAt()
public
getUpdatedAt() : string
getUserId()
public
getUserId() : int
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setPartOfSpeech()
public
setPartOfSpeech(string $partOfSpeech) : void
Parameters
-
$partOfSpeech
: string
-
setText()
public
setText(string $text) : void
Parameters
-
$text
: string
-