TicketRepository
extends ServiceEntityRepository
Table of Contents
-
__construct()
: mixed
-
countAllByMonth()
: mixed
-
find()
:
-
findAll()
: mixed
-
findAllByMonth()
: mixed
-
findBy()
:
-
findOneBy()
:
-
getMonths()
: mixed
-
getTicketByMonth()
: mixed
-
getYears()
: mixed
__construct()
public
__construct(ManagerRegistry $registry) : mixed
Parameters
-
$registry
: ManagerRegistry
-
Return values
mixed
—
countAllByMonth()
public
countAllByMonth([mixed $year = null ]) : mixed
Parameters
-
$year
: mixed
= null
-
Return values
mixed
—
find()
public
find(mixed $id, mixed $lockMode, mixed $lockVersion) :
Parameters
-
$id
: mixed
-
-
$lockMode
: mixed
-
-
$lockVersion
: mixed
-
Return values
—
findAll()
public
findAll() : mixed
Return values
mixed
—
findAllByMonth()
public
findAllByMonth([mixed $year = null ]) : mixed
Parameters
-
$year
: mixed
= null
-
Return values
mixed
—
findBy()
public
findBy(array<string|int, mixed> $criteria, array<string|int, mixed> $orderBy = null, mixed $limit, mixed $offset) :
Parameters
-
$criteria
: array<string|int, mixed>
-
-
$orderBy = null
: array<string|int, mixed>
-
-
$limit
: mixed
-
-
$offset
: mixed
-
Return values
—
findOneBy()
public
findOneBy(array<string|int, mixed> $criteria, array<string|int, mixed> $orderBy = null) :
Parameters
-
$criteria
: array<string|int, mixed>
-
-
$orderBy = null
: array<string|int, mixed>
-
Return values
—
getMonths()
public
getMonths(mixed $year) : mixed
Parameters
-
$year
: mixed
-
Return values
mixed
—
getTicketByMonth()
public
getTicketByMonth(mixed $month, mixed $year) : mixed
Parameters
-
$month
: mixed
-
-
$year
: mixed
-
Return values
mixed
—
getYears()
public
getYears() : mixed
Return values
mixed
—