Documentation

CountryGroup
in package
implements CountryGroup

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="country_group")

Table of Contents

Interfaces

CountryGroup

Properties

$id  : int
$label  : string

Methods

getId()  : int
Get the value of id
getLabel()  : string
Get the value of label

Properties

$id

private int $id
Tags
ORM\Id

()

ORM\Column

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

$label

private string $label
Tags
ORM\Column

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

Methods

getId()

Get the value of id

public getId() : int
Return values
int

getLabel()

Get the value of label

public getLabel() : string
Return values
string

        
On this page

Search results