Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • ArticleForumRightBottom
  • cApiClickableAction
  • cApiClickableQuestionAction
  • cGuiBackendHelpbox
  • cGuiFileOverview
  • cGuiFoldingRow
  • cGuiList
  • cGuiMenu
  • cGuiNavigation
  • cGuiNotification
  • cGuiObjectPager
  • cGuiPage
  • cGuiScrollList
  • cGuiSourceEditor
  • cGuiTableForm
  • cGuiTree
  • cPager
  • cTemplate
  • cTree
  • cTreeItem
  • NoteLink
  • NoteList
  • NoteListItem
  • NoteView
  • TODOBackendList
  • TODOLink
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class ArticleForumRightBottom

Generic page GUI class. Manages HTML pages and provides functions for rendering them.

cGuiPage
Extended by ArticleForumRightBottom
Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Claus Schunk
Located at plugins/user_forum/classes/class.article_forum_right_bottom.php
Methods summary
public
# __construct( )

The constructor initializes the class and tries to get the encoding from the currently selected language. It will also add every script in the form of /scripts/*.PAGENAME.js and every stylesheet in the form of/styles/*.PAGENAME.css to the page as well as /scripts/PAGENAME.js and /styles/PAGENAME.css.

The constructor initializes the class and tries to get the encoding from the currently selected language. It will also add every script in the form of /scripts/*.PAGENAME.js and every stylesheet in the form of/styles/*.PAGENAME.css to the page as well as /scripts/PAGENAME.js and /styles/PAGENAME.css.

Overrides

cGuiPage::__construct()
protected
# formatTimeString( mixed $timeStamp )
protected cHTMLLink
# checkValidEmail( string $emailadr, string $realname )

this function returns an deactive link or an link with mail-to directive if the given mail adress is valid

this function returns an deactive link or an link with mail-to directive if the given mail adress is valid

Parameters

$emailadr
string
$emailadr
$realname
string
$realname

Returns

cHTMLLink
protected array
# buildOnlineButtonBackendListMode( mixed & $key, mixed & $cont, mixed & $cfg )

this function builds buttons for user interactions

this function builds buttons for user interactions

Parameters

$key
mixed
$key
$cont
mixed
$cont
$cfg
mixed
$cfg

Returns

array
with buttons
protected ArticleForumRightBottom
# getMenu( mixed & $result )

generate main menu

generate main menu

Parameters

$result
mixed
$result array with comments

Returns

ArticleForumRightBottom
protected ArticleForumRightBottom
# getEditModeMenu( array $post )

generate dialog for editmode

generate dialog for editmode

Parameters

$post
array
$post

Returns

ArticleForumRightBottom
protected
# getForum( mixed $id_cat, mixed $id_art, mixed $id_lang )
protected
# normalizeArray( mixed $arrforum, mixed & $result, mixed $level = 0 )
public
# receiveData( mixed & $get, mixed & $post )

this function calls different actions depending on the received values via $_POST oder $_GET.

this function calls different actions depending on the received values via $_POST oder $_GET.

Parameters

$get
mixed
$get
$post
mixed
$post

Throws

Exception
protected
# switchActions( )

switch case action calling

switch case action calling

Throws

Exception
Methods inherited from cGuiPage
_getRealFilePathName(), _renderContentMessages(), _renderMetaTags(), _renderObjects(), _renderScripts(), _renderStyles(), _renderTemplate(), abortRendering(), addBodyClassName(), addMeta(), addScript(), addStyle(), appendContent(), displayCriticalError(), displayError(), displayInfo(), displayWarning(), next(), reloadFrame(), render(), set(), setContent(), setEncoding(), setMarkScript(), setReload(), setSubnav()
Properties summary
private integer $_indentFactor 20
#
protected mixed $_collection
#
Properties inherited from cGuiPage
$_abort, $_bodyClassNames, $_contentTemplate, $_error, $_filesDirectory, $_info, $_markScript, $_metaTags, $_objects, $_pageName, $_pageTemplate, $_pluginName, $_scripts, $_skipTemplateCheck, $_styles, $_subnav, $_warning
CMS CONTENIDO 4.9.5 API documentation generated by ApiGen 2.8.0