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
  • cGuiFoldingRow
  • cGuiList
  • cGuiMenu
  • cGuiNavigation
  • cGuiNotification
  • cGuiObjectPager
  • cGuiPage
  • cGuiScrollList
  • 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( unknown $post )

generate dialog for editmode

generate dialog for editmode

Parameters

$post
unknown
$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
abortRendering(), addMeta(), addScript(), addStyle(), appendContent(), displayCriticalError(), displayError(), displayInfo(), displayWarning(), next(), render(), set(), setContent(), setEncoding(), setMarkScript(), setPluginScript(), setReload(), setStyleDirect(), setSubnav()
Properties summary
private integer $_indentFactor 20
#
protected mixed $_collection
#
Properties inherited from cGuiPage
$_abort, $_contenttemplate, $_error, $_info, $_markscript, $_metaTags, $_objects, $_pagename, $_pagetemplate, $_pluginname, $_scripts, $_styles, $_subnav, $_warning
CMS CONTENIDO 4.9.1 API documentation generated by ApiGen 2.8.0