Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
object
elements
full
body.php
Go to the documentation of this file.
1
<?php
2
8
$body
=
elgg_extract
(
'body'
,
$vars
);
9
if
(!
$body
) {
10
return
;
11
}
12
13
echo
$body
;
$vars
$vars['entity']
Definition:
plugin_settings.php:15
echo
elgg echo
Translates a string.
Definition:
languages.js:48
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:1375
$body
$body
Outputs object full view $vars['body'] Body.
Definition:
body.php:8
Generated on Sat Dec 21 2024 00:01:05 for Elgg by
1.8.11