Interface ManufacturerInterface
Interface ManufacturerInterface
Methods summary
public
getId( void )
: integer
Returns the id.
Returns
integer
public
setId( IdType $manufacturerId )
:
Sets the id.
Parameters
$manufacturerId
- Id to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
public
getName( void )
: string
Returns the manufacturer name.
Returns the manufacturer name.
Returns
string
Language specific name value.
public
setName( StringType $name )
:
Sets the manufacturer name.
Sets the manufacturer name.
Parameters
$name
- Name value to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
public
getImage( void )
: string
Returns the manufacturer image path.
Returns the manufacturer image path.
Returns
string
Language specific image Path value.
public
setImage( StringType $imagePath )
:
Sets the image path.
Parameters
$imagePath
- Image path to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
public
getDateAdded( void )
: DateTime
Returns the datetime.
Returns
DateTime
Order purchase datetime.
public
setDateAdded( DateTime $date )
:
Sets the datetime.
Parameters
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
public
getLastModified( void )
: DateTime
Returns the last modified datetime.
Returns the last modified datetime.
Returns
DateTime
Order purchase datetime.
public
setLastModified( DateTime $date )
:
Sets the last modified datetime.
Sets the last modified datetime.
Parameters
$date
- Last Date to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
public
getUrl( LanguageCode $languageCode )
: string
Returns the url.
Parameters
$languageCode
- Language code for language specific name value.
Returns
string
Language specific name value.
public
setUrl( StringType $title, LanguageCode $languageCode )
:
Sets the url.
Parameters
$title
- Title.
$languageCode
- Language code for language specific name value.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
public
getUrls( void )
: array
Returns all language specific url.
Returns all language specific url.
Returns
array
Language specific url value.