-
desc
-
-
abstract
-
-
author
-
-
link
-
kaloyansen@gmail.com
-
version
-
0.0.8
Table of Contents
-
$controbj
: object
-
__construct()
: mixed
-
alert()
: void
-
stop()
: bool
-
viewModal()
: void
-
getObjet()
: object
-
setObjet()
: void
-
viewAdmin()
: void
-
viewAuthor()
: void
-
viewMessage()
: void
-
viewTicket()
: void
-
viewTicketArray()
: void
-
etoile()
: mixed
-
hide()
: mixed
-
star()
: mixed
-
ticketLink()
: void
-
ticketOverview()
: void
$controbj
private
object
$controbj
-
desc
-
-
abstract
-
__construct()
public
__construct(mixed $controbjet) : mixed
Parameters
-
$controbjet
: mixed
-
Return values
mixed
—
alert()
public
static alert(string $message[, int $lifetime = 5 ]) : void
Parameters
-
$message
: string
-
-
$lifetime
: int
= 5
-
Return values
void
—
stop()
public
stop() : bool
Return values
bool
—
viewModal()
public
static viewModal(mixed $message[, string $title = 'de la base de données' ][, string $ok = 'merci' ]) : void
Parameters
-
$message
: mixed
-
-
$title
: string
= 'de la base de données'
-
-
$ok
: string
= 'merci'
-
Return values
void
—
getObjet()
protected
getObjet() : object
Return values
object
—
setObjet()
protected
setObjet(object $contre) : void
Parameters
-
$contre
: object
-
Return values
void
—
viewAdmin()
protected
static viewAdmin(mixed $adminarray) : void
Parameters
-
$adminarray
: mixed
-
Return values
void
—
viewAuthor()
protected
static viewAuthor(Cuisinier|null $cuisinier, int $rate, int $nart) : void
Parameters
-
$cuisinier
: Cuisinier|null
-
-
$rate
: int
-
-
$nart
: int
-
Return values
void
—
viewMessage()
protected
static viewMessage(mixed $message) : void
Parameters
-
$message
: mixed
-
Return values
void
—
viewTicket()
protected
static viewTicket(Ticket|null $ticket, mixed $rate, int $option) : void
Parameters
-
$ticket
: Ticket|null
-
-
$rate
: mixed
-
-
$option
: int
-
Return values
void
—
viewTicketArray()
protected
viewTicketArray(int $option) : void
Parameters
-
$option
: int
-
Return values
void
—
etoile()
private
static etoile(Ticket $ticket, string $link_class, int $rate) : mixed
Parameters
-
$ticket
: Ticket
-
-
$link_class
: string
-
-
$rate
: int
-
Return values
mixed
—
hide()
private
static hide(Ticket $ticket, string $link_class) : mixed
Parameters
-
$ticket
: Ticket
-
-
$link_class
: string
-
Return values
mixed
—
star()
private
static star(int $total, int $actif) : mixed
Parameters
-
$total
: int
-
-
$actif
: int
-
Return values
mixed
—
ticketLink()
private
static ticketLink(Ticket $ticket, string $lcl) : void
Parameters
-
$ticket
: Ticket
-
-
$lcl
: string
-
Return values
void
—
ticketOverview()
private
static ticketOverview(Ticket $ticket, string $lcl) : void
Parameters
-
$ticket
: Ticket
-
-
$lcl
: string
-
Return values
void
—