Logidav Docs

ProductLabel
in package

ProductLabel

Tags
ORM\Table

(name="mz_product_label")

ORM\Entity

(repositoryClass="AppBundle\Repository\ProductLabelRepository")

Table of Contents

Properties

$id  : int
$label  : string
$status  : string

Methods

getLabel()  : string
getStatus()  : mixed
setLabel()  : void
setStatus()  : void

Properties

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$label

private string $label
Tags
ORM\Column

(name="label", type="string", nullable=true)

$status

private string $status
Tags
ORM\Column

(name="status", type="string", nullable=true)

Methods

getLabel()

public getLabel() : string
Return values
string

setLabel()

public setLabel(string $label) : void
Parameters
$label : string

setStatus()

public setStatus(string $status) : void
Parameters
$status : string

        
On this page

Search results