Documentation

escape
in package
Uses escapeHelper

Value escape view helper

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2020, Stefan Seehafer

license

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

Table of Contents

$mode  : string
Element value
$returned  : string
Element already returned
$value  : string
Element value
__construct()  : mixed
Konstruktor
escapeVal()  : void
Escapes given values

Properties

$mode

Element value

protected string $mode = 0

$returned

Element already returned

protected string $returned = false

$value

Element value

protected string $value = ''

Methods

__construct()

Konstruktor

public final __construct(mixed $value[, int $mode = null ]) : mixed
Parameters
$value : mixed
$mode : int = null
Return values
mixed

escapeVal()

Escapes given values

public escapeVal(string $value[, int $mode = null ]) : void
Parameters
$value : string
$mode : int = null
Return values
void

Search results