Inherited Variables
Inherited Constants
Inherited Methods
Class: VMenuItem
- VMenuItem::getProperties()
- Get item properties
- VMenuItem::_saveNode()
- Function _saveNode
Class: VObject
- VObject::__construct()
- Class Constructor
- VObject::bind()
- Bind values to this object
- VObject::delete()
- Delete Object
- VObject::get()
- Get value
- VObject::getAll()
- Get all object values
- VObject::getError()
- Get error message
- VObject::getErrors()
- Get errors
- VObject::getMethods()
- Get object methods
- VObject::getProperties()
- Get object properties
- VObject::save()
- Save Object
- VObject::set()
- Set a value
- VObject::setError()
- Set error value
- VObject::setProperties()
- Set property values
- VObject::setProperty()
- Set property value
- VObject::toString()
- Convert object to string
- VObject::__destruct()
- Class Destructor
- VObject::__get()
- VObject::__isset()
- VObject::__set()
- VObject::__toString()
- Return object as a string
- VObject::__unset()
Class Details
Virtual Web Platform - Menu Category
This class provides the menu category interface
Tags:
- author - Ralph Ritoch <rritoch@gmail.com>
- copyright - (c) Ralph Ritoch - All Rights Reserved
- link - VNetPublishing.Com
- license - VNETLPL Limited Public License
[ Top ]
Class Variables
$collapsed_active_icon = null
[line 120]
Collapsed active icon
Tags:
- var - URI of collapsed+active icon
- access - public
Type: string
Overrides:
[ Top ]
$collapsed_disabled_icon = null
[line 102]
Disabled collapsed icon
Tags:
- var - URI of collapsed+disabled icon
- access - public
Type: string
Overrides:
[ Top ]
$collapsed_hover_icon = null
[line 111]
Collapsed hover icon
Tags:
- var - URI of collapsed+hover icon
- access - public
Type: string
Overrides:
[ Top ]
$collapsed_icon = null
[line 93]
Collapsed Icon
Tags:
- var - URI of collapsed icon
- access - public
Type: string
Overrides:
[ Top ]
$collapse_action = null
[line 84]
Collapse Action
Tags:
- var - Action on category collapse
- access - public
Type: string
Overrides:
[ Top ]
$disabled = false
[line 66]
Disabled flag
Tags:
- var - Disabled category
- access - public
Type: boolean
Overrides:
[ Top ]
$expanded_active_icon = null
[line 156]
Expanded active icon
Tags:
- var - URI of expanded+active icon
- access - public
Type: string
Overrides:
[ Top ]
$expanded_disabled_icon = null
[line 138]
Expanded disabled icon
Tags:
- var - URI of expanded+disabled icon
- access - public
Type: string
Overrides:
[ Top ]
$expanded_hover_icon = null
[line 147]
Expanded hover icon
Tags:
- var - URI of expanded+hover icon
- access - public
Type: string
Overrides:
[ Top ]
$expanded_icon = null
[line 129]
Expanded icon
Tags:
- var - URI of expaneded icon
- access - public
Type: string
Overrides:
[ Top ]
$expand_action = null
[line 75]
Expand action
Tags:
- var - Action on category expansion
- access - public
Type: string
Overrides:
[ Top ]
$_items = array()
[line 48]
Category Items
Tags:
- var - Items
- access - public
Type: array
Overrides: Array
[ Top ]
$_source = null
[line 57]
Reserved for admin menus
Tags:
- var - Source
- access - public
Type: mixed
Overrides:
[ Top ]
$_type = "category"
[line 39]
Item Type
Tags:
- var - Item type
- access - public
Type: string
Overrides: Array
[ Top ]