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

$attributes = elgg_format_attributes($vars)

Definition at line 55 of file url.php.

◆ $url

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

Definition at line 16 of file url.php.

◆ else

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

Definition at line 29 of file url.php.