Documentation

Article extends Base
in package

Class Article.

Table of Contents

$active  : bool
$added  : string
$attribute  : ArticleAttribute
$availableFrom  : string
$availableTo  : string
$categories  : array<string|int, Category>
$changed  : string
$configuratorSetId  : int
$crossBundleLook  : bool
$description  : string
$descriptionLong  : string
$filterGroupId  : int
$highlight  : bool
$id  : int
$keywords  : string
$lastStock  : bool
$mainDetail  : ArticleDetail
$mainDetailId  : int
$metaTitle  : string
$mode  : int
$name  : string
$notification  : bool
$priceGroupActive  : bool
$priceGroupId  : int
$pseudoSales  : int
$supplier  : string
$supplierId  : int
$tax  : float
$taxId  : int
$template  : string
getAdded()  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getAttribute()  : ArticleAttribute
getAvailableFrom()  : string
getAvailableTo()  : string
getCategories()  : mixed
getChanged()  : string
getConfiguratorSetId()  : int
getDescription()  : string
getDescriptionLong()  : string
getFilterGroupId()  : int
getId()  : int
getKeywords()  : string
getMainDetail()  : ArticleDetail
getMainDetailId()  : int
getMetaTitle()  : string
getMode()  : int
getName()  : string
getPriceGroupId()  : int
getPseudoSales()  : int
getSupplier()  : string
getSupplierId()  : int
getTax()  : float
getTaxId()  : int
getTemplate()  : string
isActive()  : bool
isCrossBundleLook()  : bool
isHighlight()  : bool
isLastStock()  : bool
isNotification()  : bool
isPriceGroupActive()  : bool
setActive()  : Article
setAdded()  : Article
setAttribute()  : Article
setAvailableFrom()  : Article
setAvailableTo()  : Article
setCategories()  : Article
setChanged()  : Article
setConfiguratorSetId()  : Article
setCrossBundleLook()  : Article
setDescription()  : Article
setDescriptionLong()  : Article
setEntityAttributes()  : $this
Sets the attributes of this entity.
setFilterGroupId()  : Article
setHighlight()  : Article
setId()  : Article
setKeywords()  : Article
setLastStock()  : Article
setMainDetail()  : Article
setMainDetailId()  : Article
setMetaTitle()  : Article
setMode()  : Article
setName()  : Article
setNotification()  : Article
setPriceGroupActive()  : Article
setPriceGroupId()  : Article
setPseudoSales()  : Article
setSupplier()  : mixed
setSupplierId()  : Article
setTax()  : mixed
setTaxId()  : Article
setTemplate()  : Article

Properties

$availableFrom

protected string $availableFrom

$availableTo

protected string $availableTo

$configuratorSetId

protected int $configuratorSetId

$crossBundleLook

protected bool $crossBundleLook

$description

protected string $description

$descriptionLong

protected string $descriptionLong

$filterGroupId

protected int $filterGroupId

$highlight

protected bool $highlight

$keywords

protected string $keywords

$lastStock

protected bool $lastStock

$mainDetailId

protected int $mainDetailId

$metaTitle

protected string $metaTitle

$notification

protected bool $notification

$priceGroupActive

protected bool $priceGroupActive

$priceGroupId

protected int $priceGroupId

$pseudoSales

protected int $pseudoSales

$supplier

protected string $supplier

$supplierId

protected int $supplierId

$template

protected string $template

Methods

getAdded()

public getAdded() : string
Return values
string

getArrayCopy()

Gets the attributes of this entity.

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

getAvailableFrom()

public getAvailableFrom() : string
Return values
string

getAvailableTo()

public getAvailableTo() : string
Return values
string

getCategories()

public getCategories() : mixed
Return values
mixed

getChanged()

public getChanged() : string
Return values
string

getConfiguratorSetId()

public getConfiguratorSetId() : int
Return values
int

getDescription()

public getDescription() : string
Return values
string

getDescriptionLong()

public getDescriptionLong() : string
Return values
string

getFilterGroupId()

public getFilterGroupId() : int
Return values
int

getId()

public getId() : int
Return values
int

getKeywords()

public getKeywords() : string
Return values
string

getMainDetailId()

public getMainDetailId() : int
Return values
int

getMetaTitle()

public getMetaTitle() : string
Return values
string

getMode()

public getMode() : int
Return values
int

getName()

public getName() : string
Return values
string

getPriceGroupId()

public getPriceGroupId() : int
Return values
int

getPseudoSales()

public getPseudoSales() : int
Return values
int

getSupplier()

public getSupplier() : string
Return values
string

getSupplierId()

public getSupplierId() : int
Return values
int

getTax()

public getTax() : float
Return values
float

getTaxId()

public getTaxId() : int
Return values
int

getTemplate()

public getTemplate() : string
Return values
string

isActive()

public isActive() : bool
Return values
bool

isCrossBundleLook()

public isCrossBundleLook() : bool
Return values
bool

isHighlight()

public isHighlight() : bool
Return values
bool

isLastStock()

public isLastStock() : bool
Return values
bool

isNotification()

public isNotification() : bool
Return values
bool

isPriceGroupActive()

public isPriceGroupActive() : bool
Return values
bool

setActive()

public setActive(bool $active) : Article
Parameters
$active : bool
Return values
Article

setAdded()

public setAdded(string $added) : Article
Parameters
$added : string
Return values
Article

setAvailableFrom()

public setAvailableFrom(string $availableFrom) : Article
Parameters
$availableFrom : string
Return values
Article

setAvailableTo()

public setAvailableTo(string $availableTo) : Article
Parameters
$availableTo : string
Return values
Article

setChanged()

public setChanged(string $changed) : Article
Parameters
$changed : string
Return values
Article

setConfiguratorSetId()

public setConfiguratorSetId(int $configuratorSetId) : Article
Parameters
$configuratorSetId : int
Return values
Article

setCrossBundleLook()

public setCrossBundleLook(bool $crossBundleLook) : Article
Parameters
$crossBundleLook : bool
Return values
Article

setDescription()

public setDescription(string $description) : Article
Parameters
$description : string
Return values
Article

setDescriptionLong()

public setDescriptionLong(string $descriptionLong) : Article
Parameters
$descriptionLong : string
Return values
Article

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

setFilterGroupId()

public setFilterGroupId(int $filterGroupId) : Article
Parameters
$filterGroupId : int
Return values
Article

setHighlight()

public setHighlight(bool $highlight) : Article
Parameters
$highlight : bool
Return values
Article

setKeywords()

public setKeywords(string $keywords) : Article
Parameters
$keywords : string
Return values
Article

setLastStock()

public setLastStock(bool $lastStock) : Article
Parameters
$lastStock : bool
Return values
Article

setMainDetailId()

public setMainDetailId(int $mainDetailId) : Article
Parameters
$mainDetailId : int
Return values
Article

setMetaTitle()

public setMetaTitle(string $metaTitle) : Article
Parameters
$metaTitle : string
Return values
Article

setNotification()

public setNotification(bool $notification) : Article
Parameters
$notification : bool
Return values
Article

setPriceGroupActive()

public setPriceGroupActive(bool $priceGroupActive) : Article
Parameters
$priceGroupActive : bool
Return values
Article

setPriceGroupId()

public setPriceGroupId(int $priceGroupId) : Article
Parameters
$priceGroupId : int
Return values
Article

setPseudoSales()

public setPseudoSales(int $pseudoSales) : Article
Parameters
$pseudoSales : int
Return values
Article

setSupplier()

public setSupplier(string $supplier) : mixed
Parameters
$supplier : string
Return values
mixed

setSupplierId()

public setSupplierId(int $supplierId) : Article
Parameters
$supplierId : int
Return values
Article

setTax()

public setTax(float $tax) : mixed
Parameters
$tax : float
Return values
mixed

setTemplate()

public setTemplate(string $template) : Article
Parameters
$template : string
Return values
Article

Search results