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 cUriBuilderCustom

Custom uri builder class

cUriBuilder
Extended by cUriBuilderCustom
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.custom.php
Methods summary
private
# __construct( )

Constructor

Constructor

public static cUriBuilderCustom
# getInstance( )

Get instance of self

Get instance of self

Returns

cUriBuilderCustom

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 index-a-1.html style. Index keys of $aParams will be used as "a", corresponding values as "1" in this sample.

Builds a URL in index-a-1.html style. Index keys of $aParams will be used as "a", corresponding values as "1" in this sample.

Parameters

$aParams
$bUseAbsolutePath
$aConfig
If not set, will use cUriBuilderConfig::getConfig()

Throws

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

Self instance

Self instance

#
private array $aConfig

Configuration

Configuration

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