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

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

Exceptions

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

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