\App\Site\ModelsLinkExchange

Link Exchange Model

Summary

Methods
Properties
Constants
getWebsite()
getOwner()
getTerms()
addTerm()
removeTerm()
getId()
getWebsiteId()
getLocale()
getUrl()
getEmail()
getTitle()
getDescription()
getUserId()
getActive()
No public properties found
No constants found
No protected methods found
$terms
N/A
No private methods found
No private properties found
N/A

Properties

$terms

$terms :array

Type

array—link taxonomy terms

Methods

getTerms()

getTerms(false  $reset = false): array

gets Link Taxonomy Terms

Parameters

false $reset

Throws

\Exception

Returns

array

addTerm()

addTerm(\App\Site\Models\Taxonomy  $term): self

adds a Taxonomy Term to Link

Parameters

\App\Site\Models\Taxonomy $term

Throws

\Degami\Basics\Exceptions\BasicException

Returns

self

removeTerm()

removeTerm(\App\Site\Models\Taxonomy  $term): self

removes a Taxonomy term from link

Parameters

\App\Site\Models\Taxonomy $term

Throws

\Degami\Basics\Exceptions\BasicException

Returns

self

getId()

getId(): integer

Returns

integer

getWebsiteId()

getWebsiteId(): integer

Returns

integer

getLocale()

getLocale(): string

Returns

string

getUrl()

getUrl(): string

Returns

string

getEmail()

getEmail(): string

Returns

string

getTitle()

getTitle(): string

Returns

string

getDescription()

getDescription(): string

Returns

string

getUserId()

getUserId(): integer

Returns

integer

getActive()

getActive(): boolean

Returns

boolean