Documentation

Term extends BaseModel
in package

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

Properties

$createdAt

protected string $createdAt

$description

protected string $description

$glossaryId

protected int $glossaryId

$languageId

protected string $languageId

$lemma

protected string $lemma

$partOfSpeech

protected string $partOfSpeech

$text

protected string $text

$updatedAt

protected string $updatedAt

$userId

protected int $userId

Methods

__construct()

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

getCreatedAt()

public getCreatedAt() : string
Return values
string

getDescription()

public getDescription() : string
Return values
string

getGlossaryId()

public getGlossaryId() : int
Return values
int

getId()

public getId() : int
Return values
int

getLanguageId()

public getLanguageId() : string
Return values
string

getLemma()

public getLemma() : string
Return values
string

getPartOfSpeech()

public getPartOfSpeech() : string
Return values
string

getText()

public getText() : string
Return values
string

getUpdatedAt()

public getUpdatedAt() : string
Return values
string

getUserId()

public getUserId() : int
Return values
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

        
On this page

Search results