Menu
in package
Provides API to work with vtiger CRM Menu.
Table of Contents
- $id : mixed
- ID of this menu instance
- $label : mixed
- $sequence : mixed
- $visible : mixed
- deleteForModule() : mixed
- Delete all menus associated with module.
- initialize() : mixed
- Initialize this instance.
Properties
$id
ID of this menu instance
public
mixed
$id
= false
$label
public
mixed
$label
= false
$sequence
public
mixed
$sequence
= false
$visible
public
mixed
$visible
= 0
Methods
deleteForModule()
Delete all menus associated with module.
public
static deleteForModule(ModuleBasic $moduleInstance) : mixed
Parameters
- $moduleInstance : ModuleBasic
Return values
mixed —initialize()
Initialize this instance.
public
initialize(mixed $valuemap) : mixed
Parameters
- $valuemap : mixed