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
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • PHP
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SIWECOS
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

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

Exceptions

  • NotInitializedException
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

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 to create an instance of this class.

Constructor to create an instance of this class.

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.

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
array
$aParams
$bUseAbsolutePath
boolean
$bUseAbsolutePath [optional]
$aConfig
array
$aConfig [optional] 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.10.1 API documentation generated by ApiGen 2.8.0