LimeSurvey API - Master branch

MenuItem
in package
implements MenuItemInterface

Table of Contents

Interfaces

MenuItemInterface
Interface descriptions here: https://manual.limesurvey.org/Extra_menus_event

Properties

$href  : string
$iconClass  : string
$isDivider  : bool
$isSmallText  : bool
$label  : string

Methods

__construct()  : mixed
__toString()  : string
Used by array_unique
getHref()  : string
getIconClass()  : string
getLabel()  : string
isDivider()  : bool
isSmallText()  : bool

Properties

$iconClass

protected string $iconClass = ""

$isDivider

protected bool $isDivider = false

$isSmallText

protected bool $isSmallText = false

$label

protected string $label = "Missing label"

Methods

__construct()

public __construct(array<string|int, mixed> $options) : mixed
Parameters
$options : array<string|int, mixed>

__toString()

Used by array_unique

public __toString() : string
Return values
string

getHref()

public getHref() : string
Return values
string

getIconClass()

public getIconClass() : string
Return values
string

getLabel()

public getLabel() : string
Return values
string

isDivider()

public isDivider() : bool
Return values
bool

isSmallText()

public isSmallText() : bool
Return values
bool

        
On this page

Search results