Public Member Functions | |
filters () | |
accessRules () | |
actionAdd ($return_url) | |
actionApprove ($return_url= '') | |
actionCancel ($return_url= '') | |
![]() | |
getClient () | |
getAssetsPath () | |
getViewFile ($viewName) | |
getJs ($path) | |
renderMail ($view, $title=null, $data, $return=true) | |
redirect ($url, $terminate=true, $statusCode=302) | |
createWidget ($className, $properties=array()) |
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.
Definition at line 11 of file FriendsController.php.
FriendsController::actionAdd | ( | $return_url | ) |
Initialise friendship between two users
string | $return_url | return url |
CHttpException |
Definition at line 39 of file FriendsController.php.
References FriendsModule\encrypting(), Friendship\model(), and FriendsModule\t().
FriendsController::actionApprove | ( | $return_url = '' | ) |
Approve friendship between two users
string | $return_url | return url |
CHttpException |
Definition at line 85 of file FriendsController.php.
References FriendsModule\encrypting(), Friendship\model(), and FriendsModule\t().
FriendsController::actionCancel | ( | $return_url = '' | ) |
Cancel friendship between two users
string | $return_url | return url |
CHttpException |
Definition at line 126 of file FriendsController.php.
References FriendsModule\encrypting(), Friendship\model(), and FriendsModule\t().