![]() |
FOSSology
4.7.1
Open Source License Compliance by Open Source Software
|
Upload a file from the users computer using the UI. More...


Public Member Functions | |
| handleFileUpload ($uploadedFile, $delimiter=',', $enclosure='"') | |
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_custom_text_import" |
| const | KEY_UPLOAD_MAX_FILESIZE = 'upload_max_filesize' |
| const | FILE_INPUT_NAME = 'file_input' |
| const | MAX_IMPORT_BYTES = 5242880 |
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) | |
Protected Attributes | |
| $customTextImport | |
Protected Attributes inherited from Fossology\Lib\Plugin\DefaultPlugin | |
| $container | |
| $renderer | |
| $microMenu | |
Upload a file from the users computer using the UI.
Definition at line 21 of file AdminCustomTextImport.php.
|
protected |
| Request | $request |
Reimplemented from Fossology\Lib\Plugin\DefaultPlugin.
Definition at line 47 of file AdminCustomTextImport.php.
| Fossology\UI\Page\AdminCustomTextImport::handleFileUpload | ( | $uploadedFile, | |
$delimiter = ',', |
|||
$enclosure = '"' |
|||
| ) |
| UploadedFile | $uploadedFile |
Definition at line 69 of file AdminCustomTextImport.php.