Documentation

MovementClass
in package

Class MovementClass

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="movement_class")

Table of Contents

Properties

$id  : int
$label  : string

Methods

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

Properties

$id

private int $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

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

$label

private string $label
Tags
ORM\Column

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

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