Logidav Docs

AttributeSetsSpecificAttribute
in package

AttributeSetGroup

Tags
ORM\Table

(name="mz_attribute_sets_specific_attribute")

ORM\Entity

(repositoryClass="AppBundle\Repository\AttributeSetsSpecificAttributeRepository")

Table of Contents

Properties

$attribute  : mixed
$attributeSet  : mixed
$id  : int

Methods

getAttribute()  : Attribute
Get attribute.
getAttributeSet()  : AttributeSet
Get attributeSet.
getId()  : int
Get id.
setAttribute()  : AttributeSetsSpecificAttribute
Set attribute.
setAttributeSet()  : AttributeSetsSpecificAttribute
Set attributeSet.

Properties

$attribute

private mixed $attribute
Tags
ORM\ManyToOne

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

ORM\JoinColumn

(nullable=false)

$attributeSet

private mixed $attributeSet
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\AttributeSet", inversedBy="AttributeSetsSpecificAttribute") JoinColumn(name="attribute_set_id", referencedColumnName="id")

Methods


        
On this page

Search results