Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($title, $link=null, $class=null, $active=false, $target=null, $titleicon=null) | |
Fonctions membres publiques inherited from JNode | |
__construct () | |
addChild (&$child) | |
setParent (&$parent) | |
& | getChildren () |
& | getParent () |
hasChildren () | |
hasParent () | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Attributs publics | |
$title = null | |
$id = null | |
$link = null | |
$target = null | |
$class = null | |
$active = false |
Additional Inherited Members | |
Attributs protégés inherited from JNode | |
$_parent = null | |
$_children = array() | |
Attributs protégés inherited from JObject | |
$_errors = array() |
JMenuNode::$active = false |
Active Node?
Référencé par __construct().
JMenuNode::$class = null |
CSS Class for node
Référencé par __construct().
JMenuNode::$id = null |
Node Id
JMenuNode::$link = null |
Node Link
Référencé par __construct().
JMenuNode::$target = null |
Link Target
Référencé par __construct().
JMenuNode::$title = null |
Node Title
Référencé par __construct().