Elgg  Version 1.9
Namespaces | Variables
url.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $url = elgg_extract('href', $vars, null)
 
if(!$url and isset($vars['value'])) if(isset($vars['text'])) else
 
 $attributes = elgg_format_attributes($vars)
 

Variable Documentation

$attributes = elgg_format_attributes($vars)

Definition at line 55 of file url.php.

$url = elgg_extract('href', $vars, null)

Definition at line 16 of file url.php.

if (!$url and isset($vars['value'])) if (isset($vars['text'])) else
Initial value:
{
$text = htmlspecialchars($url, ENT_QUOTES, 'UTF-8', false)
$url
Definition: url.php:16
$text
Definition: default.php:25

Definition at line 29 of file url.php.