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
$id
protected
int
$id
$image
protected
string
$image
$link
protected
string
$link
$metaDescription
protected
string
$metaDescription
$metaKeywords
protected
string
$metaKeywords
$metaTitle
protected
string
$metaTitle
$name
protected
string
$name
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 —getLink()
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 —setId()
public
setId(int $id) : Supplier
Parameters
- $id : int
Return values
Supplier —setImage()
public
setImage(string $image) : Supplier
Parameters
- $image : string
Return values
Supplier —setLink()
public
setLink(string $link) : Supplier
Parameters
- $link : string
Return values
Supplier —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 —setName()
public
setName(string $name) : Supplier
Parameters
- $name : string