phpDocumentor

ManufacturerInterface

Interface ManufacturerInterface

Tags
category

System

subpackage

Entities

Table of Contents

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 url.
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.

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.

getUrls()

Returns all language specific url.

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

Language specific url value.

Search results