Public Member Functions | |
filters () | |
accessRules () | |
actionSaveAttribute () | |
actionDeleteAttribute () | |
actionUpdateUserAttribute () | |
actionAdd ($url, $title, $page_id, $additional, $key, $back_to_referer) | |
actionShareByMail () | |
actionDownloadPdf () | |
actionLoadPdf ($mailurls) | |
actionDeletePage () | |
filters () | |
accessRules () | |
actionIndex () | |
![]() | |
getClient () | |
getAssetsPath () | |
getViewFile ($viewName) | |
getJs ($path) | |
renderMail ($view, $title=null, $data, $return=true) | |
redirect ($url, $terminate=true, $statusCode=302) | |
createWidget ($className, $properties=array()) |
Public Attributes | |
$layout = false | |
![]() | |
$layout = '//layouts/gportal' | |
$mailLayout = '//layouts/mail' |
Additional Inherited Members | |
![]() | |
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.
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.
ManageController used for managing operations with RememberedPages like view, add, delete, share
Definition at line 11 of file ManageController.php.
ManageController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 23 of file ManageController.php.
ManageController::accessRules | ( | ) |
returns filter rules
Definition at line 31 of file ManageController.php.
ManageController::actionAdd | ( | $url, | |
$title, | |||
$page_id, | |||
$additional, | |||
$key, | |||
$back_to_referer | |||
) |
Remembering page into database This action performs validations to prevent unautorized access
Definition at line 24 of file ManageController.php.
ManageController::actionDeleteAttribute | ( | ) |
Deletes personalisation attribute
CHttpException |
Definition at line 91 of file ManageController.php.
References PersonalisationAttribute\model(), and PersonalisationModule\t().
ManageController::actionDeletePage | ( | ) |
Deleting single remembered page
Definition at line 129 of file ManageController.php.
References RememberedPage\model().
ManageController::actionIndex | ( | ) |
Default action
Definition at line 40 of file ManageController.php.
References Settings\instance(), and SettingsModule\t().
ManageController::actionSaveAttribute | ( | ) |
saves personalisation attribute
CHttpException |
Definition at line 52 of file ManageController.php.
References PersonalisationAttribute\model().
ManageController::actionUpdateUserAttribute | ( | ) |
Updates user personalisation attribute
Definition at line 111 of file ManageController.php.
References UserPersonalisationAttribute\model(), PersonalisationAttribute\model(), and User\model().
ManageController::filters | ( | ) |
sets some access rules
Definition at line 10 of file ManageController.php.
ManageController::filters | ( | ) |
Returns filers array
Definition at line 19 of file ManageController.php.