Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • Manufacturer
  • ManufacturerCollection

Interfaces

  • ManufacturerInterface

Class Manufacturer

Class Manufacturer

Manufacturer implements ManufacturerInterface
Package: Manufacturer\Entities
Category: System
Located at Services/Core/Manufacturer/Entities/Manufacturer.inc.php

Methods summary

public
# __construct( EditableKeyValueCollection $urls )

Manufacturer constructor.

Manufacturer constructor.

Parameters

$urls
public integer
# getId( )

Returns the id.

Returns the id.

Returns

integer

Implementation of

ManufacturerInterface::getId()
public
# setId( IdType $manufacturerId )

Sets the id.

Sets the id.

Parameters

$manufacturerId
Id to be set.

Returns


$this|\ManufacturerInterface Same instance for chained method calls.

Implementation of

ManufacturerInterface::setId()
public string
# getName( )

Returns the manufacturer name.

Returns the manufacturer name.

Returns

string
Language specific name value.

Implementation of

ManufacturerInterface::getName()
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.

Implementation of

ManufacturerInterface::setName()
public string
# getImage( )

Returns the manufacturer image path.

Returns the manufacturer image path.

Returns

string
Language specific image Path value.

Implementation of

ManufacturerInterface::getImage()
public
# setImage( StringType $imagePath )

Sets the image path.

Sets the image path.

Parameters

$imagePath
Image path to be set.

Returns


$this|\ManufacturerInterface Same instance for chained method calls.

Implementation of

ManufacturerInterface::setImage()
public DateTime
# getDateAdded( )

Returns the datetime.

Returns the datetime.

Returns

DateTime
Order purchase datetime.

Implementation of

ManufacturerInterface::getDateAdded()
public
# setDateAdded( DateTime $date )

Sets the datetime.

Sets the datetime.

Parameters

$date
Date to be set.

Returns


$this|\ManufacturerInterface Same instance for chained method calls.

Implementation of

ManufacturerInterface::setDateAdded()
public DateTime
# getLastModified( )

Returns the last modified datetime.

Returns the last modified datetime.

Returns

DateTime
Order purchase datetime.

Implementation of

ManufacturerInterface::getLastModified()
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.

Implementation of

ManufacturerInterface::setLastModified()
public string
# getUrl( LanguageCode $languageCode )

Returns the url.

Returns the url.

Parameters

$languageCode
Language code for language specific name value.

Returns

string
Language specific name value.

Implementation of

ManufacturerInterface::getUrl()
public
# setUrl( StringType $title, LanguageCode $languageCode )

Sets the url.

Sets the url.

Parameters

$title
Title.
$languageCode
Language code for language specific name value.

Returns


$this|\ManufacturerInterface Same instance for chained method calls.

Implementation of

ManufacturerInterface::setUrl()
public array
# getUrls( )

Returns all language specific title.

Returns all language specific title.

Returns

array
Language specific title value.

Implementation of

ManufacturerInterface::getUrls()

Properties summary

protected integer $id
# 0
protected string $name
# ''
protected string $image
# ''
protected DateTime $dateAdded
#
protected DateTime $lastModified
#
protected EditableKeyValueCollection $urls
#
API documentation generated by ApiGen