phpDocumentor

Manufacturer
in package
implements ManufacturerInterface

Class Manufacturer

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

ManufacturerInterface
Interface ManufacturerInterface

Table of Contents

$dateAdded  : DateTime
$id  : int
$image  : string
$lastModified  : DateTime
$name  : string
$urls  : EditableKeyValueCollection
__construct()  : mixed
Manufacturer constructor.
getDateAdded()  : DateTime
Returns the datetime.
getId()  : int
Returns the id.
getImage()  : string
Returns the manufacturer image path.
getLastModified()  : DateTime
Returns the last modified datetime.
getName()  : string
Returns the manufacturer name.
getUrl()  : string
Returns the url.
getUrls()  : array<string|int, mixed>
Returns all language specific title.
setDateAdded()  : $this|ManufacturerInterface
Sets the datetime.
setId()  : $this|ManufacturerInterface
Sets the id.
setImage()  : $this|ManufacturerInterface
Sets the image path.
setLastModified()  : $this|ManufacturerInterface
Sets the last modified datetime.
setName()  : $this|ManufacturerInterface
Sets the manufacturer name.
setUrl()  : $this|ManufacturerInterface
Sets the url.

Properties

Methods

getDateAdded()

Returns the datetime.

public getDateAdded() : DateTime
Return values
DateTime

Order purchase datetime.

getImage()

Returns the manufacturer image path.

public getImage() : string
Return values
string

Language specific image Path value.

getLastModified()

Returns the last modified datetime.

public getLastModified() : DateTime
Return values
DateTime

Order purchase datetime.

getName()

Returns the manufacturer name.

public getName() : string
Return values
string

Language specific name value.

getUrl()

Returns the url.

public getUrl(LanguageCode $languageCode) : string
Parameters
$languageCode : LanguageCode

Language code for language specific name value.

Return values
string

Language specific name value.

getUrls()

Returns all language specific title.

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

Language specific title value.

Search results