Attribute
in package
Attribute
Tags
Table of Contents
Properties
- $attributeCode : string
- $attributeIdMenzzo : int
- $attributeName : string
- $attributeNameLogidav : string
- $attributeSetGroup : mixed
- $formField : string
- $id : int
- $inBlock : string
- $value : text
Methods
- __construct() : mixed
- Constructor
- addAttributeSetGroup() : Attribute
- Add attributeSetGroup.
- getAttributeCode() : string|null
- Get attributeCode.
- getAttributeIdMenzzo() : int|null
- Get attributeIdMenzzo.
- getAttributeName() : string|null
- Get attributeName.
- getAttributeNameLogidav() : string
- getAttributeSetGroup() : Collection
- Get attributeSetGroup.
- getFormField() : string|null
- Get formField.
- getId() : int
- Get id.
- getInBlock() : string|null
- Get inBlock.
- getlistAttributeCodeInInfoProduit() : array<string|int, mixed>
- Get get liste Attribute Code of InfoProduit .
- getManagableAttributes() : array<string|int, string>
- getNumberOfColis() : array<string|int, mixed>
- Get get list key of colis .
- getValue() : string|null
- Get value.
- removeAttributeSetGroup() : bool
- Remove attributeSetGroup.
- setAttributeCode() : Attribute
- Set attributeCode.
- setAttributeIdMenzzo() : Attribute
- Set attributeIdMenzzo.
- setAttributeName() : Attribute
- Set attributeName.
- setAttributeNameLogidav() : $this
- setFormField() : Attribute
- Set formField.
- setInBlock() : Attribute
- Set inBlock.
- setValue() : Attribute
- Set value.
Properties
$attributeCode
private
string
$attributeCode
Tags
$attributeIdMenzzo
private
int
$attributeIdMenzzo
Tags
$attributeName
private
string
$attributeName
Tags
$attributeNameLogidav
private
string
$attributeNameLogidav
Tags
$attributeSetGroup
private
mixed
$attributeSetGroup
Tags
$formField
private
string
$formField
Tags
$id
private
int
$id
Tags
$inBlock
private
string
$inBlock
Tags
$value
private
text
$value
Tags
Methods
__construct()
Constructor
public
__construct() : mixed
addAttributeSetGroup()
Add attributeSetGroup.
public
addAttributeSetGroup(AttributeSetGroup $attributeSetGroup) : Attribute
Parameters
- $attributeSetGroup : AttributeSetGroup
Return values
AttributegetAttributeCode()
Get attributeCode.
public
getAttributeCode() : string|null
Return values
string|nullgetAttributeIdMenzzo()
Get attributeIdMenzzo.
public
getAttributeIdMenzzo() : int|null
Return values
int|nullgetAttributeName()
Get attributeName.
public
getAttributeName() : string|null
Return values
string|nullgetAttributeNameLogidav()
public
getAttributeNameLogidav() : string
Return values
stringgetAttributeSetGroup()
Get attributeSetGroup.
public
getAttributeSetGroup() : Collection
Return values
CollectiongetFormField()
Get formField.
public
getFormField() : string|null
Return values
string|nullgetId()
Get id.
public
getId() : int
Return values
intgetInBlock()
Get inBlock.
public
getInBlock() : string|null
Return values
string|nullgetlistAttributeCodeInInfoProduit()
Get get liste Attribute Code of InfoProduit .
public
static getlistAttributeCodeInInfoProduit() : array<string|int, mixed>
Return values
array<string|int, mixed>getManagableAttributes()
public
static getManagableAttributes() : array<string|int, string>
Return values
array<string|int, string>getNumberOfColis()
Get get list key of colis .
public
static getNumberOfColis() : array<string|int, mixed>
Return values
array<string|int, mixed>getValue()
Get value.
public
getValue() : string|null
Return values
string|nullremoveAttributeSetGroup()
Remove attributeSetGroup.
public
removeAttributeSetGroup(AttributeSetGroup $attributeSetGroup) : bool
Parameters
- $attributeSetGroup : AttributeSetGroup
Return values
bool —TRUE if this collection contained the specified element, FALSE otherwise.
setAttributeCode()
Set attributeCode.
public
setAttributeCode([string|null $attributeCode = null ]) : Attribute
Parameters
- $attributeCode : string|null = null
Return values
AttributesetAttributeIdMenzzo()
Set attributeIdMenzzo.
public
setAttributeIdMenzzo([int|null $attributeIdMenzzo = null ]) : Attribute
Parameters
- $attributeIdMenzzo : int|null = null
Return values
AttributesetAttributeName()
Set attributeName.
public
setAttributeName([string|null $attributeName = null ]) : Attribute
Parameters
- $attributeName : string|null = null
Return values
AttributesetAttributeNameLogidav()
public
setAttributeNameLogidav(string $attributeNameLogidav) : $this
Parameters
- $attributeNameLogidav : string
Return values
$thissetFormField()
Set formField.
public
setFormField([string|null $formField = null ]) : Attribute
Parameters
- $formField : string|null = null
Return values
AttributesetInBlock()
Set inBlock.
public
setInBlock([string|null $inBlock = null ]) : Attribute
Parameters
- $inBlock : string|null = null
Return values
AttributesetValue()
Set value.
public
setValue([string|null $value = null ]) : Attribute
Parameters
- $value : string|null = null