AttributeSetGroup
in package
AttributeSetGroup
Tags
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
$attributeGroupeMenzzoId
private
int
$attributeGroupeMenzzoId
Tags
$attributeGroupeName
private
string
$attributeGroupeName
Tags
$attributeSet
private
mixed
$attributeSet
Tags
$id
private
int
$id
Tags
Methods
getAttribute()
Get attribute.
public
getAttribute() : Attribute
Return values
AttributegetAttributeGroupeMenzzoId()
Get attributeGroupeMenzzoId.
public
getAttributeGroupeMenzzoId() : int|null
Return values
int|nullgetAttributeGroupeName()
Get attributeGroupeName.
public
getAttributeGroupeName() : string|null
Return values
string|nullgetAttributeSet()
Get attributeSet.
public
getAttributeSet() : AttributeSet
Return values
AttributeSetgetId()
Get id.
public
getId() : int
Return values
intsetAttribute()
Set attribute.
public
setAttribute(Attribute $attribute) : AttributeSetGroup
Parameters
- $attribute : Attribute
Return values
AttributeSetGroupsetAttributeGroupeMenzzoId()
Set attributeGroupeMenzzoId.
public
setAttributeGroupeMenzzoId([int|null $attributeGroupeMenzzoId = null ]) : AttributeSetGroup
Parameters
- $attributeGroupeMenzzoId : int|null = null
Return values
AttributeSetGroupsetAttributeGroupeName()
Set attributeGroupeName.
public
setAttributeGroupeName([string|null $attributeGroupeName = null ]) : AttributeSetGroup
Parameters
- $attributeGroupeName : string|null = null
Return values
AttributeSetGroupsetAttributeSet()
Set attributeSet.
public
setAttributeSet(AttributeSet $attributeSet) : AttributeSetGroup
Parameters
- $attributeSet : AttributeSet