masterAdminMenuItem
    
            
            in package
            
        
    
    
    
        
        
    Tags
Table of Contents
- $childItems : mixed
 - $content : mixed
 - $icon : mixed
 - $id : mixed
 - $label : mixed
 - $newWindow : mixed
 - $order : mixed
 - $parentId : mixed
 - $type : mixed
 - __construct() : mixed
 - copyFrom() : mixed
 
Properties
$childItems
    public
        mixed
    $childItems
     = array()
    
        
    
    Tags
$content
    public
        mixed
    $content
     = ''
    
        
    
    Tags
$icon
    public
        mixed
    $icon
     = ''
    
        
    
    Tags
$id
    public
        mixed
    $id
     = ''
    
        
    
    Tags
$label
    public
        mixed
    $label
     = ''
    
        
    
    Tags
$newWindow
    public
        mixed
    $newWindow
     = \false
    
        
    
    Tags
$order
    public
        mixed
    $order
     = 0
    
        
    
    Tags
$parentId
    public
        mixed
    $parentId
     = ''
    
        
    
    Tags
$type
    public
        mixed
    $type
     = 'url'
    
        
    
    Tags
Methods
__construct()
    public
                __construct(mixed $id, mixed $label, mixed $content, mixed $order[, mixed $parentId = '' ][, mixed $type = 'url' ]) : mixed
    
        Parameters
- $id : mixed
 - $label : mixed
 - $content : mixed
 - $order : mixed
 - $parentId : mixed = ''
 - $type : mixed = 'url'
 
Tags
Return values
mixed —copyFrom()
    public
                copyFrom(mixed $item) : mixed
    
        Parameters
- $item : mixed
 
