EventoRevisor
extends DataLayer
Table of Contents
-
__construct()
: mixed
-
infoUsuario()
: string|null
-
nomeUsuario()
: string|null
-
save()
: bool
-
totalResumosPorSituacao()
: string|null
-
verifyExists()
: bool
__construct()
public
__construct() : mixed
Return values
mixed
—
infoUsuario()
public
infoUsuario([string $field = null ]) : string|null
Parameters
-
$field
: string
= null
-
Return values
string|null
—
nomeUsuario()
public
nomeUsuario([string $field = null ]) : string|null
Parameters
-
$field
: string
= null
-
Return values
string|null
—
save()
public
save() : bool
Return values
bool
—
totalResumosPorSituacao()
public
totalResumosPorSituacao([string $tipo = null ]) : string|null
Parameters
-
$tipo
: string
= null
-
Return values
string|null
—
verifyExists()
private
verifyExists() : bool
Return values
bool
—