Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/navigation/Nodes/Node.class.php')
-rw-r--r--libraries/navigation/Nodes/Node.class.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/navigation/Nodes/Node.class.php b/libraries/navigation/Nodes/Node.class.php
index dd714624e0..a9bb228edd 100644
--- a/libraries/navigation/Nodes/Node.class.php
+++ b/libraries/navigation/Nodes/Node.class.php
@@ -91,6 +91,11 @@ class Node
public $links;
/**
+ * @var string HTML title
+ */
+ public $title;
+
+ /**
* @var string Extra CSS classes for the node
*/
public $classes = '';