Documentation

Supplier extends Base
in package

Class Supplier.

Table of Contents

$description  : string
$id  : int
$image  : string
$link  : string
$metaDescription  : string
$metaKeywords  : string
$metaTitle  : string
$name  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getDescription()  : string
getId()  : int
getImage()  : string
getLink()  : string
getMetaDescription()  : string
getMetaKeywords()  : string
getMetaTitle()  : string
getName()  : string
setDescription()  : Supplier
setEntityAttributes()  : $this
Sets the attributes of this entity.
setId()  : Supplier
setImage()  : Supplier
setLink()  : Supplier
setMetaDescription()  : Supplier
setMetaKeywords()  : Supplier
setMetaTitle()  : Supplier
setName()  : Supplier

Properties

$description

protected string $description

$metaDescription

protected string $metaDescription

$metaKeywords

protected string $metaKeywords

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDescription()

public getDescription() : string
Return values
string

getId()

public getId() : int
Return values
int

getImage()

public getImage() : string
Return values
string
public getLink() : string
Return values
string

getMetaDescription()

public getMetaDescription() : string
Return values
string

getMetaKeywords()

public getMetaKeywords() : string
Return values
string

getMetaTitle()

public getMetaTitle() : string
Return values
string

getName()

public getName() : string
Return values
string

setDescription()

public setDescription(string $description) : Supplier
Parameters
$description : string
Return values
Supplier

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

setMetaDescription()

public setMetaDescription(string $metaDescription) : Supplier
Parameters
$metaDescription : string
Return values
Supplier

setMetaKeywords()

public setMetaKeywords(string $metaKeywords) : Supplier
Parameters
$metaKeywords : string
Return values
Supplier

setMetaTitle()

public setMetaTitle(string $metaTitle) : Supplier
Parameters
$metaTitle : string
Return values
Supplier

Search results