MinhasTags
Table of Contents
-
$tags
: array<string|int, mixed>
-
$texto
: string
-
__construct()
: mixed
-
add()
: MinhasTags
-
render()
: string
-
setTexto()
: MinhasTags
-
tags()
: string
-
toUTF8()
: mixed
private
array<string|int, mixed>
$tags
= [
':nome' => null,
//':orientador' => null,
':coautor' => null,
':resumo_titulo' => null,
':evento_nome_curto' => null,
':evento_nome_estendido' => null,
':evento_nome_completo' => null,
':evento_data_inicio' => null,
':evento_data_fim' => null,
':periodo' => null,
':palestrante' => null,
':ministrante' => null,
':palestra' => null,
':atividade' => null,
':code' => null,
':modalidade_de_apresentacao' => null,
]
$texto
private
string
$texto
__construct()
public
__construct([string $texto = null ]) : mixed
Parameters
-
$texto
: string
= null
-
Return values
mixed
—
add()
public
add(array<string|int, mixed> $valores) : MinhasTags
Parameters
-
$valores
: array<string|int, mixed>
-
Return values
MinhasTags
—
render()
public
render() : string
Return values
string
—
setTexto()
public
setTexto(string $texto) : MinhasTags
Parameters
-
$texto
: string
-
Return values
MinhasTags
—
public
tags([bool $returnInHtml = false ]) : string
Parameters
-
$returnInHtml
: bool
= false
-
Return values
string
—
toUTF8()
private
toUTF8(mixed $string) : mixed
Parameters
-
$string
: mixed
-
Return values
mixed
—