escape
in package
implements
Stringable
Uses
escapeHelper
Value escape view helper
Tags
Interfaces, Classes, Traits and Enums
- Stringable
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