Logidav Docs

AttributeSet
in package

AttributeSet

Tags
ORM\Table

(name="mz_attribute_set")

ORM\Entity

(repositoryClass="AppBundle\Repository\AttributeSetRepository")

Table of Contents

Properties

$attributeSetGroup  : mixed
$id  : int
$name  : string
$newProduct  : mixed

Methods

__construct()  : mixed
Constructor
addAttributeSetGroup()  : AttributeSet
Add attributeSetGroup.
addNewProduct()  : AttributeSet
Add newProduct.
getAttributeSetGroup()  : Collection
Get attributeSetGroup.
getId()  : int
Get id
getName()  : string|null
Get name.
getNewProduct()  : Collection
Get newProduct.
removeAttributeSetGroup()  : bool
Remove attributeSetGroup.
removeNewProduct()  : bool
Remove newProduct.
setId()  : Product
Set id
setName()  : AttributeSet
Set name.

Properties

$attributeSetGroup

private mixed $attributeSetGroup
Tags
ORM\OneToMany

(targetEntity="AttributeSetGroup", mappedBy="attributeSet")

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$name

private string $name
Tags
ORM\Column

(name="name", type="string", length=255, nullable=true)

$newProduct

private mixed $newProduct
Tags
ORM\OneToMany

(targetEntity="NewProduct", mappedBy="attributeSet")

Methods

getAttributeSetGroup()

Get attributeSetGroup.

public getAttributeSetGroup() : Collection
Return values
Collection

getName()

Get name.

public getName() : string|null
Return values
string|null

getNewProduct()

Get newProduct.

public getNewProduct() : Collection
Return values
Collection

removeAttributeSetGroup()

Remove attributeSetGroup.

public removeAttributeSetGroup(AttributeSetGroup $attributeSetGroup) : bool
Parameters
$attributeSetGroup : AttributeSetGroup
Return values
bool

TRUE if this collection contained the specified element, FALSE otherwise.

removeNewProduct()

Remove newProduct.

public removeNewProduct(NewProduct $newProduct) : bool
Parameters
$newProduct : NewProduct
Return values
bool

TRUE if this collection contained the specified element, FALSE otherwise.


        
On this page

Search results