Public Member Functions | |
filters () | |
accessRules () | |
init () | |
actionIndex () | |
actionGenerate () | |
actionClear ($type) | |
![]() | |
getClient () | |
getAssetsPath () | |
getViewFile ($viewName) | |
getJs ($path) | |
renderMail ($view, $title=null, $data) | |
redirect ($url, $terminate=true, $statusCode=302) |
Additional Inherited Members | |
![]() | |
$layout = '//layouts/gportal' | |
$mailLayout = '//layouts/mail' | |
![]() | |
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.
Comment controller class file.
Definition at line 21 of file BulkController.php.
BulkController::actionClear | ( | $type | ) |
private method that gets list if users generated by this module
string | $type | defines what type of data should be deleted |
Definition at line 399 of file BulkController.php.
References Profile\model(), User\model(), Like\model(), and Comment\model().
BulkController::actionGenerate | ( | ) |
action for displaying generation form and some statistics
Definition at line 110 of file BulkController.php.
References BulkModule\t().
BulkController::actionIndex | ( | ) |
default action will show module menu
Definition at line 75 of file BulkController.php.
References User\model(), Like\model(), and Comment\model().
BulkController::filters | ( | ) |
Defines filters
Definition at line 35 of file BulkController.php.
BulkController::init | ( | ) |
Inits data
Definition at line 61 of file BulkController.php.