EventoOrganizador
extends DataLayer
Table of Contents
-
__construct()
: mixed
-
findByEvento()
: array<string|int, mixed>|null
-
iconePublicado()
: string
-
logo()
: string|null
-
save()
: bool
-
getUsernameSocialMedia()
: string|null
-
verifyFacebook()
: bool
-
verifyInstagram()
: bool
-
verifyLinkedin()
: bool
__construct()
public
__construct() : mixed
Return values
mixed
—
findByEvento()
public
findByEvento(int $idEVento[, string $all = null ]) : array<string|int, mixed>|null
Parameters
-
$idEVento
: int
-
-
$all
: string
= null
-
Return values
array<string|int, mixed>|null
—
iconePublicado()
public
iconePublicado() : string
Return values
string
—
logo()
public
logo([int $w = 32 ][, int $h = 32 ][, string $class = null ][, bool $returnTag = true ]) : string|null
Parameters
-
$w
: int
= 32
-
-
$h
: int
= 32
-
-
$class
: string
= null
-
-
$returnTag
: bool
= true
-
Return values
string|null
—
save()
public
save() : bool
Return values
bool
—
private
getUsernameSocialMedia([string $url = null ]) : string|null
Parameters
-
$url
: string
= null
-
Return values
string|null
—
verifyFacebook()
private
verifyFacebook() : bool
Return values
bool
—
verifyInstagram()
private
verifyInstagram() : bool
Return values
bool
—
verifyLinkedin()
private
verifyLinkedin() : bool
Return values
bool
—