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

  • cUri
  • cUriBuilder
  • cUriBuilderConfig
  • cUriBuilderCustom
  • cUriBuilderCustomPath
  • cUriBuilderFactory
  • cUriBuilderFrontcontent

Interfaces

  • NotInitializedException
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class cUriBuilderFrontcontent

Implementation to build front_content.php URL

cUriBuilder
Extended by cUriBuilderFrontcontent
Package: Core\Frontend\URI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Rudi Bieller
Located at classes/uri/class.uribuilder.frontcontent.php
Methods summary
private
# __construct( )

Constructor

Constructor

public static cUriBuilderFrontcontent
# getInstance( )

Get instance of self

Get instance of self

Returns

cUriBuilderFrontcontent

Throws

cBadMethodCallException

If child class has not implemented this function

Overrides

cUriBuilder::getInstance()
public
# buildUrl( array $aParams, boolean $bUseAbsolutePath = false, array $aConfig = array() )

Builds a URL in front_content.php style. Depending on which array keys of $aParams are set, the URL is built differently. Valid array keys are: idcat, idart and idcatart. Additional array keys will also be added to the generated url. Internally, the method first tries to create URLs in this order: front_content.php?idcat=1&idart=1 front_content.php?idcat=1 front_content.php?idart=1 front_content.php?idcatart=1

Builds a URL in front_content.php style. Depending on which array keys of $aParams are set, the URL is built differently. Valid array keys are: idcat, idart and idcatart. Additional array keys will also be added to the generated url. Internally, the method first tries to create URLs in this order: front_content.php?idcat=1&idart=1 front_content.php?idcat=1 front_content.php?idart=1 front_content.php?idcatart=1

Parameters

$aParams
$bUseAbsolutePath
$aConfig
Is not used at the moment

Throws

cInvalidArgumentException
cException
Methods inherited from cUriBuilder
getHttpBasePath(), getUrl(), setHttpBasePath()
Properties summary
private static cUriBuilderFrontcontent $_instance

Self instance

Self instance

#
private string $_sAmp

XHTML compliant parameter composition delimiter

XHTML compliant parameter composition delimiter

# '&'
Properties inherited from cUriBuilder
$sHttpBasePath, $sUrl
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen