Documentation

HeureQuota
in package

Tags
ORM\Entity

(repositoryClass=HeureQuotaRepository::class)

Table of Contents

$client  : Profesionnel|null
$heure  : float
$id  : int|null
$service  : Details
$souscription  : Souscription|null
__construct()  : mixed
getClient()  : Profesionnel|null
getHeure()  : float|null
getId()  : int|null
getService()  : Details|null
getSouscription()  : Souscription|null
hasSouscription()  : bool
setClient()  : self
setHeure()  : self
setService()  : self
setSouscription()  : self

Properties

$client

private Profesionnel|null $client
Tags
ORM\ManyToOne

(targetEntity=Profesionnel::class, inversedBy="heureQuotas")

$heure

private float $heure
Tags
ORM\Column

(type="float")

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$service

private Details $service
Tags
ORM\ManyToOne

(targetEntity=Details::class, inversedBy="heureQuota", cascade={"persist", "remove"})

ORM\JoinColumn

(nullable=false)

$souscription

private Souscription|null $souscription
Tags
ORM\ManyToOne

(targetEntity=Souscription::class, inversedBy="heureQuotas")

Methods

__construct()

public __construct(mixed $client, Details $service[, mixed $heure = null ]) : mixed
Parameters
$client : mixed
$service : Details
$heure : mixed = null
Return values
mixed

getHeure()

public getHeure() : float|null
Return values
float|null

getId()

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

hasSouscription()

public hasSouscription() : bool
Return values
bool

setHeure()

public setHeure(float $heure) : self
Parameters
$heure : float
Return values
self

Search results