Documentation

MinhasTags
in package

Table of Contents

$tags  : array<string|int, mixed>
$texto  : string
__construct()  : mixed
add()  : MinhasTags
render()  : string
setTexto()  : MinhasTags
tags()  : string
toUTF8()  : mixed

Properties

$tags

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, ]

Methods

__construct()

public __construct([string $texto = null ]) : mixed
Parameters
$texto : string = null
Return values
mixed

render()

public render() : string
Return values
string

tags()

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

Search results