Logidav Docs

AttributeSetGroup
in package

AttributeSetGroup

Tags
ORM\Table

(name="mz_attribute_set_group")

ORM\Entity

(repositoryClass="AppBundle\Repository\AttributeSetGroupRepository")

Table of Contents

Properties

$attribute  : mixed
$attributeGroupeMenzzoId  : int
$attributeGroupeName  : string
$attributeSet  : mixed
$id  : int

Methods

getAttribute()  : Attribute
Get attribute.
getAttributeGroupeMenzzoId()  : int|null
Get attributeGroupeMenzzoId.
getAttributeGroupeName()  : string|null
Get attributeGroupeName.
getAttributeSet()  : AttributeSet
Get attributeSet.
getId()  : int
Get id.
setAttribute()  : AttributeSetGroup
Set attribute.
setAttributeGroupeMenzzoId()  : AttributeSetGroup
Set attributeGroupeMenzzoId.
setAttributeGroupeName()  : AttributeSetGroup
Set attributeGroupeName.
setAttributeSet()  : AttributeSetGroup
Set attributeSet.

Properties

$attribute

private mixed $attribute
Tags
ORM\ManyToOne

(targetEntity="Attribute", inversedBy="attributeSetGroup" )

ORM\JoinColumn

(nullable=false)

$attributeGroupeMenzzoId

private int $attributeGroupeMenzzoId
Tags
ORM\Column

(name="attribute_groupe_menzzo_id", type="integer", nullable=true)

$attributeGroupeName

private string $attributeGroupeName
Tags
ORM\Column

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

$attributeSet

private mixed $attributeSet
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\AttributeSet", inversedBy="attributeSetGroup", cascade={"persist", "remove"}) JoinColumn(name="attribute_set_id", referencedColumnName="id")

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

Methods

getAttributeGroupeMenzzoId()

Get attributeGroupeMenzzoId.

public getAttributeGroupeMenzzoId() : int|null
Return values
int|null

getAttributeGroupeName()

Get attributeGroupeName.

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

        
On this page

Search results