|
const | VIEW = 'View' |
|
const | VIEW_META = 'View-Meta' |
|
const | FORMAT_HEX = 'hex' |
|
const | FORMAT_TEXT = 'text' |
|
const | FORMAT_FLOW = 'flow' |
|
const | TARGET_DEFAULT = 'default' |
|
const | TARGET_VIEW = 'view' |
|
|
| $formatOptions = array(self::FORMAT_FLOW, self::FORMAT_TEXT, self::FORMAT_HEX) |
|
| $textFormats = array(self::FORMAT_HEX, self::FORMAT_TEXT, self::FORMAT_FLOW) |
|
| $targets |
|
Definition at line 8 of file MicroMenu.php.
◆ addFormatMenuEntries()
Fossology\Lib\UI\Component\MicroMenu::addFormatMenuEntries |
( |
|
$selectedFormat, |
|
|
|
$pageNumber, |
|
|
|
$menuKey = self::VIEW , |
|
|
|
$hexFactor = 10 |
|
) |
| |
- Parameters
-
| $selectedFormat | |
| $pageNumber | |
string | $menuKey | |
int | $hexFactor | |
- Returns
- string
Definition at line 74 of file MicroMenu.php.
◆ getFormatParameter()
Fossology\Lib\UI\Component\MicroMenu::getFormatParameter |
( |
|
$itemId = null | ) |
|
◆ $targets
Fossology\Lib\UI\Component\MicroMenu::$targets |
|
private |
Initial value:= array(
self::TARGET_DEFAULT => array(MicroMenu::VIEW_META, MicroMenu::VIEW),
self::TARGET_VIEW => array(MicroMenu::VIEW)
)
Definition at line 24 of file MicroMenu.php.
The documentation for this class was generated from the following file: