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