Logidav Docs

NewProductTeam
in package

Notif

Tags
ORM\Table

(name="mz_new_product_team")

ORM\Entity

(repositoryClass="AppBundle\Repository\NewProductTeamRepository")

Table of Contents

Properties

$id  : int
$label  : string

Methods

getId()  : int
Get id
getLabel()  : string
Get label
setLabel()  : NewProductTeam
Set label

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="text")

Methods

getLabel()

Get label

public getLabel() : string
Return values
string

        
On this page

Search results