Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
output
text.php
Go to the documentation of this file.
1
<?php
12
$value
=
elgg_extract
(
'value'
,
$vars
);
13
if
(!is_scalar(
$value
)) {
14
return
;
15
}
16
17
echo
htmlspecialchars(
"{$value}"
, ENT_QUOTES | ENT_SUBSTITUTE,
'UTF-8'
,
false
);
$vars
$vars['class']
Definition:
text.php:12
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$value
$value
Definition:
text.php:12
elgg_extract
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition:
elgglib.php:1131
Generated on Thu Dec 12 2019 00:00:20 for Elgg by
1.8.11