Documentation

ariaHelper

Escape elemtn value helper

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2021, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

Table of Contents

$aria  : array<string|int, mixed>
Ement aria config
setAria()  : $this
Add array for 'data-'-params to element
getAriaString()  : string
Return class string

Properties

$aria

Ement aria config

protected array<string|int, mixed> $aria = []
Tags
since
5.0-dev

Methods

setAria()

Add array for 'data-'-params to element

public setAria(array<string|int, mixed> $aria) : $this
Parameters
$aria : array<string|int, mixed>
Return values
$this

getAriaString()

Return class string

protected getAriaString() : string
Return values
string

Search results