EventoPalestranteMinistrante
extends DataLayer
Table of Contents
-
__construct()
: mixed
-
bio()
: DataLayer|null
-
findByEvento()
: array<string|int, mixed>|null
-
getAtividade()
: array<string|int, mixed>|null
-
getData()
: DataLayer|null
-
getEvento()
: DataLayer|null
-
getPalestra()
: array<string|int, mixed>|null
-
iconePublicado()
: string
-
infoUsuario()
: string|null
-
nomeUsuario()
: string|null
-
save()
: bool
-
verifyExists()
: bool
__construct()
public
__construct() : mixed
Return values
mixed
—
bio()
public
bio() : DataLayer|null
Return values
DataLayer|null
—
findByEvento()
public
findByEvento(int $idEVento[, string $publicado = 'Y' ][, string $exibir = 'Y' ]) : array<string|int, mixed>|null
Parameters
-
$idEVento
: int
-
-
$publicado
: string
= 'Y'
-
-
$exibir
: string
= 'Y'
-
Return values
array<string|int, mixed>|null
—
getAtividade()
public
getAtividade() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
getData()
public
getData([string $field = null ]) : DataLayer|null
Parameters
-
$field
: string
= null
-
Return values
DataLayer|null
—
getEvento()
public
getEvento() : DataLayer|null
Return values
DataLayer|null
—
getPalestra()
public
getPalestra() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
iconePublicado()
public
iconePublicado([string $field = 'publicado' ]) : string
Parameters
-
$field
: string
= 'publicado'
-
Return values
string
—
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
—
verifyExists()
private
verifyExists() : bool
Return values
bool
—