Public Member Functions | |
filters () | |
accessRules () | |
renderImportTableRow (&$importFile, $index, $csv_row) | |
actionIndex () |
Additional Inherited Members | |
![]() | |
$menu = array() | |
$breadcrumbs = array() | |
![]() | |
beforeAction ($action) |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
ImportController controller class file.
Definition at line 12 of file ImportController.php.
ImportController::accessRules | ( | ) |
Specifies the access control rules. Allows access for admins only
Definition at line 33 of file ImportController.php.
ImportController::filters | ( | ) |
Sets filter for CRUD operations in this case
Definition at line 18 of file ImportController.php.
ImportController::renderImportTableRow | ( | & | $importFile, |
$index, | |||
$csv_row | |||
) |
Method renders a row for the table comprising the import date
Definition at line 50 of file ImportController.php.