Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | List of all members
WidgetsTestsController Class Reference
Inheritance diagram for WidgetsTestsController:
BaseController

Public Member Functions

 getCss ($file, $timestamp=null, $combine=true, $media= '')
 getJs ($file, $timestamp=null, $combine=true)
 actionUserLogin ()
 actionUserLogout ()
 actionUserRegistration ()
 actionUserRecovery ()
 actionUserProfile ()
 actionUserProfileEdit ()
 actionUserStatus ()
 actionUserPasswordChange ()
 actionCommentsComments ()
 actionCommentsAmount ()
 actionLikeLike ()
 actionLanguageLanguage ()
 actionPersonalisationManage ()
 actionPersonalisationAssign ()
 actionSimpleSearch ()
 actionAdvancedSearch ()
 actionSearchResult ()
 actionFriendsSearch ()
 actionFriendsSearchResult ()
 actionFriendsList ()
 actionRecoveryChangePassword ()
 actionPersonalizedContent ()
 actionShoppingCart ()
 actionShoppingCartCart ()
 actionApalines ()
- Public Member Functions inherited from BaseController
 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

- Public Attributes inherited from BaseController
 $layout = '//layouts/gportal'
 $mailLayout = '//layouts/mail'
- Protected Member Functions inherited from BaseController
 beforeAction ($action)

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://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.

Controller for functional testing Display each widget on separate page

Definition at line 15 of file WidgetsTestsController.php.

Member Function Documentation

WidgetsTestsController::actionCommentsComments ( )

Display CommentsWidget

Returns
void

Definition at line 109 of file WidgetsTestsController.php.

{
$this->render('commentsComments');
}
WidgetsTestsController::actionLanguageLanguage ( )

Display LanguageWidget

Returns
void

Definition at line 134 of file WidgetsTestsController.php.

{
$this->render('languageLanguage');
}
WidgetsTestsController::actionLikeLike ( )

Display LikeWidget

Returns
void

Definition at line 124 of file WidgetsTestsController.php.

{
$this->render('likeLike');
}
WidgetsTestsController::actionUserLogin ( )

Display UserLoginWidget widget

Returns
void

Definition at line 34 of file WidgetsTestsController.php.

{
$this->render('userLogin');
}
WidgetsTestsController::actionUserLogout ( )

Display UserLogoutWidget

Returns
void

Definition at line 44 of file WidgetsTestsController.php.

{
$this->render('userLogout');
}
WidgetsTestsController::actionUserProfile ( )

Display UserProfileWidget

Returns
void

Definition at line 74 of file WidgetsTestsController.php.

{
$this->render('userProfile');
}
WidgetsTestsController::actionUserProfileEdit ( )

Display UserProfileEditWidget

Returns
void

Definition at line 84 of file WidgetsTestsController.php.

{
$this->render('userProfileEdit');
}
WidgetsTestsController::actionUserRecovery ( )

Display UserRecoveryWidget

Returns
void

Definition at line 64 of file WidgetsTestsController.php.

{
$this->render('userRecovery');
}
WidgetsTestsController::actionUserRegistration ( )

Display UserLogoutWidget

Returns
void

Definition at line 54 of file WidgetsTestsController.php.

{
$this->render('userRegistration');
}
WidgetsTestsController::actionUserStatus ( )

Display UserStatusWidget

Returns
void

Definition at line 94 of file WidgetsTestsController.php.

{
$this->render('userStatus');
}

The documentation for this class was generated from the following file: