Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • 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
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • cFrontendSession
  • cSession
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class cFrontendSession

Session class for the frontend. It uses a different prefix. The rest is the same

cSession
Extended by cFrontendSession
Package: Core\Session
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Frederic Schneider
Located at classes/class.session.php
Methods summary
public
# __construct( )

Starts the session and initilializes the class

Starts the session and initilializes the class

Overrides

cSession::__construct()
public mixed
# url( string $url )

This function overrides cSession::url() so that the contenido=1 isn't attached to the URL for the frontend

This function overrides cSession::url() so that the contenido=1 isn't attached to the URL for the frontend

Parameters

$url
A URL

Returns

mixed

See

cSession::url()

Overrides

cSession::url()
Methods inherited from cSession
_rSerialize(), delete(), freeze(), isRegistered(), register(), selfURL(), serialize(), start(), thaw(), unregister()
Properties inherited from cSession
$_prefix, $_pt, $id, $name
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen