![]() |
FOSSology
4.6.0-rc1
Open Source License Compliance by Open Source Software
|


Public Member Functions | |
| getCandidateArrayData () | |
| getDataRow ($licId, $table='license_candidate') | |
| suggestLicenseId ($str, $fromRest=false) | |
| verifyCandidate ($rf, $shortname, $rfParent) | |
| doDeleteCandidate ($rfPk, $includeHtml=true) | |
Public Member Functions inherited from Fossology\Lib\Plugin\DefaultPlugin | |
| __construct ($name, $parameters=array()) | |
| getName () | |
| getVersion () | |
| getTitle () | |
| isRequiresLogin () | |
| getDependency () | |
| getPluginLevel () | |
| getDBaccess () | |
| getState () | |
| getInitOrder () | |
| getNoMenu () | |
| getResponse () | |
| getObject ($name) | |
| preInstall () | |
| postInstall () | |
| unInstall () | |
| execute () | |
| isLoggedIn () | |
| __get ($name) | |
| __toString () | |
Public Attributes | |
| const | NAME = "admin_license_candidate" |
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" |
| $fileLogger | |
Protected Member Functions | |
| handle (Request $request) | |
Protected Member Functions inherited from Fossology\Lib\Plugin\DefaultPlugin | |
| RegisterMenus () | |
| Customize submenus. | |
| render ($templateName, $vars=null, $headers=null) | |
| getDefaultHeaders () | |
| getDefaultVars () | |
| mergeWithDefault ($vars) | |
| flushContent ($content) | |
Private Member Functions | |
| getArrayArrayData () | |
Private Attributes | |
| $highlightProcessor | |
| $highlightRenderer | |
| $textRenderer | |
| $licenseDao | |
| $treeDao | |
Additional Inherited Members | |
Protected Attributes inherited from Fossology\Lib\Plugin\DefaultPlugin | |
| $container | |
| $renderer | |
| $microMenu | |
Definition at line 19 of file AdminLicenseCandidate.php.
|
protected |
| Request | $request |
Reimplemented from Fossology\Lib\Plugin\DefaultPlugin.
Definition at line 56 of file AdminLicenseCandidate.php.
| Fossology\UI\Page\AdminLicenseCandidate::verifyCandidate | ( | $rf, | |
| $shortname, | |||
| $rfParent | |||
| ) |
| int | $rf | |
| string | $shortname | |
| int | $rfParent |
Definition at line 210 of file AdminLicenseCandidate.php.