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

Public Member Functions

 init ()
 run ()

Public Attributes

 $moderatorEmail
 $notifyModeratorOnNew = true
 $allowAnonymous = true
 $dontNeedApprove = false
 $oneLevelReply = false
 $commentsPerPage = 5
 $paginationPagesCount = 5
 $requiredForAnonymous = null
- Public Attributes inherited from CommentsBaseWidget
 $contentId
 $isPreview = false

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.

Widget for view comments for current model

Definition at line 12 of file CommentsWidget.php.

Member Function Documentation

CommentsWidget::init ( )

Override base init. For skipping scripts and css init.

Returns
void

Reimplemented from CommentsBaseWidget.

Definition at line 57 of file CommentsWidget.php.

{
}
CommentsWidget::run ( )

Render CommentsWidget view

Returns
void

Definition at line 68 of file CommentsWidget.php.

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

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