FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Attributes | |
const | NAME = 'copyright-view' |
Public Attributes inherited from Fossology\Lib\Plugin\DefaultPlugin | |
const | PERMISSION = "permission" |
const | REQUIRES_LOGIN = "requiresLogin" |
const | ENABLE_MENU = "ENABLE_MENU" |
const | LEVEL = "level" |
const | DEPENDENCIES = "dependencies" |
const | INIT_ORDER = "initOrder" |
const | MENU_LIST = "menuList" |
const | MENU_ORDER = "menuOrder" |
const | MENU_TARGET = "menuTarget" |
const | TITLE = "title" |
Protected Member Functions | |
additionalVars ($uploadId, $uploadTreeId, $agentId) | |
Get additional variables for a give item. More... | |
createScriptBlock () | |
Protected Member Functions inherited from Fossology\Agent\Copyright\UI\Xpview | |
handle (Request $request) | |
mergeWithDefault ($vars) | |
Protected Member Functions inherited from Fossology\Lib\Plugin\DefaultPlugin | |
render ($templateName, $vars=null, $headers=null) | |
getDefaultHeaders () | |
getDefaultVars () | |
flushContent ($content) | |
Additional Inherited Members | |
Public Member Functions inherited from Fossology\Agent\Copyright\UI\Xpview | |
__construct ($name, $params) | |
legendBox () | |
Create legend box. More... | |
RegisterMenus () | |
Customize submenus. More... | |
Public Member Functions inherited from Fossology\Lib\Plugin\DefaultPlugin | |
getName () | |
getVersion () | |
getTitle () | |
isRequiresLogin () | |
getDependency () | |
getPluginLevel () | |
getDBaccess () | |
getState () | |
getInitOrder () | |
getNoMenu () | |
getResponse () | |
getObject ($name) | |
preInstall () | |
postInstall () | |
unInstall () | |
execute () | |
isLoggedIn () | |
__get ($name) | |
__toString () | |
Protected Attributes inherited from Fossology\Agent\Copyright\UI\Xpview | |
$optionName | |
$ajaxAction | |
$modBack | |
$uploadDao | |
$copyrightDao | |
$agentDao | |
$highlightRenderer | |
$decisionTypes | |
$decisionTableName | |
$tableName | |
$agentName | |
$highlightTypeToStringMap | |
$typeToHighlightTypeMap | |
$skipOption | |
$xptext | |
Protected Attributes inherited from Fossology\Lib\Plugin\DefaultPlugin | |
$container | |
$renderer | |
$microMenu | |
Definition at line 13 of file CopyrightView.php.
|
protected |
Get additional variables for a give item.
int | $uploadId | |
int | $uploadTreeId | |
string | $agentId |
Reimplemented from Fossology\Agent\Copyright\UI\Xpview.
Definition at line 43 of file CopyrightView.php.