class GlossaryEntry extends Model (View source)

Properties

string $description
string $name
protected $termsPairType
protected $termsPairDataType
protected $termsSetType
protected $termsSetDataType

Methods

setDescription($description)

No description

string
getDescription()

No description

setName($name)

No description

string
getName()

No description

setTermsPair(GlossaryTermsPair $termsPair)

No description

getTermsPair()

No description

setTermsSet(GlossaryTermsSet $termsSet)

No description

getTermsSet()

No description

Details

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setTermsPair(GlossaryTermsPair $termsPair)

No description

Parameters

GlossaryTermsPair $termsPair

GlossaryTermsPair getTermsPair()

No description

Return Value

GlossaryTermsPair

setTermsSet(GlossaryTermsSet $termsSet)

No description

Parameters

GlossaryTermsSet $termsSet

GlossaryTermsSet getTermsSet()

No description

Return Value

GlossaryTermsSet