ResumoRevisor
extends DataLayer
Table of Contents
-
__construct()
: mixed
-
destroy()
: bool
-
evento()
: string|null
-
foiAvaliado()
: string
-
getField()
: string|null
-
save()
: bool
-
deleteOnResume()
: void
-
updateOnResume()
: void
-
verifyExists()
: bool
__construct()
public
__construct() : mixed
Return values
mixed
—
destroy()
public
destroy() : bool
Return values
bool
—
evento()
public
evento([string $field = 'titulo' ]) : string|null
Parameters
-
$field
: string
= 'titulo'
-
Return values
string|null
—
foiAvaliado()
public
foiAvaliado() : string
Return values
string
—
getField()
public
getField([string $field = 'id' ]) : string|null
Parameters
-
$field
: string
= 'id'
-
Return values
string|null
—
save()
public
save() : bool
Return values
bool
—
deleteOnResume()
private
deleteOnResume() : void
Return values
void
—
updateOnResume()
private
updateOnResume() : void
Return values
void
—
verifyExists()
private
verifyExists() : bool
Return values
bool
—