Logidav Docs

Attribute
in package

Attribute

Tags
ORM\Table

(name="mz_attribute")

ORM\Entity

(repositoryClass="AppBundle\Repository\AttributeRepository")

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
ORM\Column

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

$attributeIdMenzzo

private int $attributeIdMenzzo
Tags
ORM\Column

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

$attributeName

private string $attributeName
Tags
ORM\Column

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

$attributeNameLogidav

private string $attributeNameLogidav
Tags
ORM\Column

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

$attributeSetGroup

private mixed $attributeSetGroup
Tags
ORM\OneToMany

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

$formField

private string $formField
Tags
ORM\Column

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

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$inBlock

private string $inBlock
Tags
ORM\Column

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

$value

private text $value
Tags
ORM\Column

(name="value", type="text" , nullable=true)

Methods

__construct()

Constructor

public __construct() : mixed

getAttributeCode()

Get attributeCode.

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

getAttributeIdMenzzo()

Get attributeIdMenzzo.

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

getAttributeName()

Get attributeName.

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

getAttributeNameLogidav()

public getAttributeNameLogidav() : string
Return values
string

getAttributeSetGroup()

Get attributeSetGroup.

public getAttributeSetGroup() : Collection
Return values
Collection

getFormField()

Get formField.

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

getId()

Get id.

public getId() : int
Return values
int

getInBlock()

Get inBlock.

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

getlistAttributeCodeInInfoProduit()

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|null

removeAttributeSetGroup()

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
Attribute

setAttributeIdMenzzo()

Set attributeIdMenzzo.

public setAttributeIdMenzzo([int|null $attributeIdMenzzo = null ]) : Attribute
Parameters
$attributeIdMenzzo : int|null = null
Return values
Attribute

setAttributeName()

Set attributeName.

public setAttributeName([string|null $attributeName = null ]) : Attribute
Parameters
$attributeName : string|null = null
Return values
Attribute

setAttributeNameLogidav()

public setAttributeNameLogidav(string $attributeNameLogidav) : $this
Parameters
$attributeNameLogidav : string
Return values
$this

setFormField()

Set formField.

public setFormField([string|null $formField = null ]) : Attribute
Parameters
$formField : string|null = null
Return values
Attribute

setInBlock()

Set inBlock.

public setInBlock([string|null $inBlock = null ]) : Attribute
Parameters
$inBlock : string|null = null
Return values
Attribute

setValue()

Set value.

public setValue([string|null $value = null ]) : Attribute
Parameters
$value : string|null = null
Return values
Attribute

        
On this page

Search results