EventoInfo
extends DataLayer
Table of Contents
-
__construct()
: mixed
-
deleteOldFavicon()
: bool
-
findByEvento()
: mixed
-
save()
: bool
-
getUsernameSocialMedia()
: string|null
-
onlyFacebook()
: void
-
onlyInstagram()
: void
-
onlyLinkedin()
: void
-
onlyNumbers()
: void
__construct()
public
__construct() : mixed
Return values
mixed
—
deleteOldFavicon()
public
deleteOldFavicon() : bool
Return values
bool
—
findByEvento()
public
findByEvento(int $idEVento[, bool $fetch = false ]) : mixed
Parameters
-
$idEVento
: int
-
-
$fetch
: bool
= false
-
Return values
mixed
—
save()
public
save() : bool
Return values
bool
—
private
getUsernameSocialMedia([string $url = null ]) : string|null
Parameters
-
$url
: string
= null
-
Return values
string|null
—
onlyFacebook()
private
onlyFacebook() : void
Return values
void
—
onlyInstagram()
private
onlyInstagram() : void
Return values
void
—
onlyLinkedin()
private
onlyLinkedin() : void
Return values
void
—
onlyNumbers()
private
onlyNumbers() : void
Return values
void
—