Sf TIC Bundles

Formulaire extends TICEntity
in package

Entité de base disposant d'éventuelles méthodes utiles.

Tags
ORM\Table

(name="tic_demo_formulaire")

ORM\Entity

(repositoryClass=EntityRepo::class)

Table of Contents

Properties

$dateNaissance  : mixed
$description  : mixed
$etoile  : mixed
$id  : mixed
$name  : mixed
$quantity  : mixed
$score  : mixed
$tarif  : mixed
$titles  : mixed

Methods

__construct()  : mixed
__toString()  : mixed
getDateNaissance()  : DateTimeInterface|null
getDescription()  : string|null
getEtoile()  : int|null
getId()  : int|null
getName()  : string|null
getQuantity()  : int|null
getScore()  : int|null
getTarif()  : string|null
getTitles()  : array<string|int, mixed>|null
setDateNaissance()  : self
setDescription()  : self
setEtoile()  : self
setName()  : self
setQuantity()  : self
setScore()  : self
setTarif()  : self
setTitles()  : self

Properties

$dateNaissance

private mixed $dateNaissance
Tags
ORM\Column

(type="date")

$description

private mixed $description
Tags
ORM\Column

(type="text", nullable=true)

$etoile

private mixed $etoile
Tags
ORM\Column

(type="smallint")

$id

private mixed $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$name

private mixed $name
Tags
ORM\Column

(type="string", length=100)

$quantity

private mixed $quantity
Tags
ORM\Column

(type="integer")

$score

private mixed $score
Tags
ORM\Column

(type="smallint", nullable=true)

$tarif

private mixed $tarif
Tags
ORM\Column

(type="decimal", precision=8, scale=2, nullable=true)

$titles

private mixed $titles = []
Tags
ORM\Column

(type="json", nullable=true)

Methods

getDateNaissance()

public getDateNaissance() : DateTimeInterface|null
Return values
DateTimeInterface|null

getDescription()

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

getEtoile()

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

getId()

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

getName()

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

getQuantity()

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

getScore()

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

getTarif()

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

getTitles()

public getTitles() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setDateNaissance()

public setDateNaissance(DateTimeInterface $dateNaissance) : self
Parameters
$dateNaissance : DateTimeInterface
Return values
self

setDescription()

public setDescription(string|null $description) : self
Parameters
$description : string|null
Return values
self

setEtoile()

public setEtoile(int $etoile) : self
Parameters
$etoile : int
Return values
self

setName()

public setName(string $name) : self
Parameters
$name : string
Return values
self

setQuantity()

public setQuantity(int $quantity) : self
Parameters
$quantity : int
Return values
self

setScore()

public setScore(int|null $score) : self
Parameters
$score : int|null
Return values
self

setTarif()

public setTarif(string|null $tarif) : self
Parameters
$tarif : string|null
Return values
self

setTitles()

public setTitles(array<string|int, mixed>|null $titles) : self
Parameters
$titles : array<string|int, mixed>|null
Return values
self

        
On this page

Search results