Definition at line 11 of file Security.class.php.
Security::__construct |
( |
|
$var = NULL | ) |
|
Security::_encodeHTML |
( |
|
$var, |
|
|
|
$name = array() |
|
) |
| |
Convert special characters to HTML entities for the target variables.
- Parameters
-
- Returns
- mixed
Definition at line 112 of file Security.class.php.
static Security::detectingXEE |
( |
|
$xml | ) |
|
|
static |
- Convert special characters to HTML entities for the target variables.
- The results of conversion are equivalent to the results of htmlspecialchars() which is a native function of PHP. string $varName. A variable's name to convert to process properties of an object or elements of an array, separate the owner(object or array) and the item(property or element) using a dot(.)
- Returns
- mixed
Definition at line 37 of file Security.class.php.
Security::$_targetVar = NULL |
The documentation for this class was generated from the following file: