Full index

Package indexes


a b c d e f g i m p r s t u _
a
top
Method add
ModRewriteUrlStack::add() in class.modrewriteurlstack.php
Adds an url to the stack
b
top
Variable $bRoutingFound
Method buildRecursivPath
ModRewrite::buildRecursivPath() in class.modrewrite.php
Build a recursiv path for mod_rewrite rule like server directories (dir1/dir2/dir3)
Method buildUrl
Contenido_UrlBuilder_MR::buildUrl() in Contenido_UrlBuilder_MR.class.php
Builds a URL based on defined mod rewrite settings.
c
top
Variable $cfg
ModRewriteTest::$cfg in mr_test.php
Variable $cfgTab
Method composeURL
Creates an URL using passed data.
Page Contenido_UrlBuilder_MR.class.php
Contenido_UrlBuilder_MR.class.php in Contenido_UrlBuilder_MR.class.php
Page class.modrewrite.php
class.modrewrite.php in class.modrewrite.php
Page class.modrewritebase.php
class.modrewritebase.php in class.modrewritebase.php
Page class.modrewritecontroller.php
class.modrewritecontroller.php in class.modrewritecontroller.php
Page class.modrewriteinstaller.php
class.modrewriteinstaller.php in class.modrewriteinstaller.php
Page class.modrewriteurlstack.php
class.modrewriteurlstack.php in class.modrewriteurlstack.php
Page class.modrewriteurlutil.php
class.modrewriteurlutil.php in class.modrewriteurlutil.php
Page config.mod_rewrite_1.php
config.mod_rewrite_1.php in config.mod_rewrite_1.php
Page config.mod_rewrite_default.php
config.mod_rewrite_default.php in config.mod_rewrite_default.php
Page config.plugin.php
config.plugin.php in config.plugin.php
Method contenidoHtmlAnchor
ModRewrite::contenidoHtmlAnchor() in class.modrewrite.php
Return full contenido url from single anchor
Class Contenido_UrlBuilder_MR
Contenido_UrlBuilder_MR in Contenido_UrlBuilder_MR.class.php
Class to build frontend urls for advandced mod rewrite plugin.
Constant CON_FRAMEWORK
CON_FRAMEWORK in mr_test.php
Function copyFile
copyFile() in install.php
d
top
Variable $data
Class DB_Upgrade
DB_Upgrade in install.php
e
top
Method errorOccured
ModRewriteController::errorOccured() in class.modrewritecontroller.php
Getter for occured error state
Method execute
ModRewriteController::execute() in class.modrewritecontroller.php
Main function to call for mod rewrite related preprocessing jobs.
Method executeIndex
Execute index action
Method executeTest
Execute test action
f
top
Page front_content_controller.php
front_content_controller.php in front_content_controller.php
Page functions.mod_rewrite.php
functions.mod_rewrite.php in functions.mod_rewrite.php
Page functions.mod_rewrite_setup.php
functions.mod_rewrite_setup.php in functions.mod_rewrite_setup.php
Method fetchFullStructure
Fetchs full structure of the installation (categories and articles) and returns it back.
g
top
Method getArtIdByArtlangId
ModRewrite::getArtIdByArtlangId() in class.modrewrite.php
Get article id and language id from article language id
Method getArtIdByWebsafeName
ModRewrite::getArtIdByWebsafeName() in class.modrewrite.php
Get article id by article websafe name
Method getArtIds
ModRewrite::getArtIds() in class.modrewrite.php
Get article urlname and language id
Method getArtLangWebsafeName
ModRewrite::getArtLangWebsafeName() in class.modrewrite.php
Get article websafe name from idartlang.
Method getArtTitle
ModRewrite::getArtTitle() in class.modrewrite.php
Get article name from article id and language id
Method getArtWebsafeName
ModRewrite::getArtWebsafeName() in class.modrewrite.php
Get article websafe name from article id and language id.
Method getCatIdByUrlPath
ModRewrite::getCatIdByUrlPath() in class.modrewrite.php
Funcion to return cat id by path.
Method getCatLanguages
ModRewrite::getCatLanguages() in class.modrewrite.php
Get language ids from category id
Method getCatName
ModRewrite::getCatName() in class.modrewrite.php
Get category name from category id and language id.
Method getChangeClient
ModRewriteController::getChangeClient() in class.modrewritecontroller.php
Getter for overwritten change client id (see $GLOBALS['changeclient'])
Method getChangeLang
ModRewriteController::getChangeLang() in class.modrewritecontroller.php
Getter for change language id (see $GLOBALS['change_lang'])
Method getClient
ModRewriteController::getClient() in class.modrewritecontroller.php
Getter for overwritten client id (see $GLOBALS['client'])
Method getClientFullUrlParts
ModRewrite::getClientFullUrlParts() in class.modrewrite.php
Splits passed argument into scheme://host and path/query.
Method getClientId
ModRewrite::getClientId() in class.modrewrite.php
Get client id from client name
Method getClientName
ModRewrite::getClientName() in class.modrewrite.php
Get name of client by id.
Method getConfig
ModRewriteBase::getConfig() in class.modrewritebase.php
Returns configuration of mod rewrite, content of gobal $cfg['mod_rewrite']
Function getDebugMsg
getDebugMsg() in install.php
Method getIdArt
ModRewriteController::getIdArt() in class.modrewritecontroller.php
Getter for article id (see $GLOBALS['idart'])
Method getIdCat
ModRewriteController::getIdCat() in class.modrewritecontroller.php
Getter for category id (see $GLOBALS['idcat'])
Method getIdFromPathresolverResult
Used to postprocess resolved path
Method getInstaller
Method getInstance
ModRewriteUrlUtil::getInstance() in class.modrewriteurlutil.php
Returns self instance (singleton pattern)
Method getInstance
Contenido_UrlBuilder_MR::getInstance() in Contenido_UrlBuilder_MR.class.php
Returns a instance of Contenido_UrlBuilder_MR
Method getInstance
ModRewriteUrlStack::getInstance() in class.modrewriteurlstack.php
Returns a instance of ModRewriteUrlStack (singleton implementation)
Method getLang
ModRewriteController::getLang() in class.modrewritecontroller.php
Getter for language id (see $GLOBALS['lang'])
Method getLanguageId
ModRewrite::getLanguageId() in class.modrewrite.php
Get language id from language name thanks to Nicolas Dickinson for multi Client/Language BugFix
Method getLanguageName
ModRewrite::getLanguageName() in class.modrewrite.php
Returns name of language by id.
Method getPath
ModRewriteController::getPath() in class.modrewritecontroller.php
Getter for path (see $GLOBALS['path'])
Method getPrettyUrlParts
ModRewriteUrlStack::getPrettyUrlParts() in class.modrewriteurlstack.php
Returns the pretty urlparts (only category path an article name) of the desired url.
Method getReadableResolvedData
Creates a readable string from passed resolved data array.
Method getResolvedUrl
Returns resolved URL
Method getResolvedUrl
ModRewriteController::getResolvedUrl() in class.modrewritecontroller.php
Getter for resolved url
Method getRoutingFoundState
Returns flagz about found routing
Method getRoutingFoundState
ModRewriteController::getRoutingFoundState() in class.modrewritecontroller.php
Returns a flag about found routing definition
Function getSequenceId
getSequenceId() in install.php
i
top
Page include.mod_rewrite_content.php
include.mod_rewrite_content.php in include.mod_rewrite_content.php
Page include.mod_rewrite_content_top.php
include.mod_rewrite_content_top.php in include.mod_rewrite_content_top.php
Page install.php
install.php in install.php
Method initialize
PluginSetup::initialize() in functions.mod_rewrite_setup.php
Method initialize
ModRewrite::initialize() in class.modrewrite.php
Initialization, is to call at least once, also possible to call multible times, if different client configuration is to load.
Method initialize
ModRewriteBase::initialize() in class.modrewritebase.php
Initialization, is to call at least once by an child.
Method install
PluginSetup::install() in functions.mod_rewrite_setup.php
Upgrade plugin
Method install
ModRewriteInstaller::install() in class.modrewriteinstaller.php
Installs the plugin, interface function implementation.
Method install
Class IPluginSetup
IPluginSetup in install.php
Plugin setup interface, each plugin installer class should implement this interface.
Method isEnabled
ModRewriteBase::isEnabled() in class.modrewritebase.php
Returns enabled state of mod rewrite plugin
Method isInCatArticles
ModRewrite::isInCatArticles() in class.modrewrite.php
Check articles on websafe name.
Method isInCategories
ModRewrite::isInCategories() in class.modrewrite.php
Check categories on websafe name
Function isWriteable
isWriteable() in install.php
isWriteable:
m
top
Variable $maxItems
Page mr_test.php
mr_test.php in mr_test.php
Class ModRewrite
ModRewrite in class.modrewrite.php
Class to create websafe names
Class ModRewriteBase
ModRewriteBase in class.modrewritebase.php
Abstract base mod rewrite class.
Class ModRewriteController
ModRewriteController in class.modrewritecontroller.php
Mod Rewrite controller class. Extracts url parts and sets some necessary globals like:
Class ModRewriteInstaller
ModRewriteInstaller in class.modrewriteinstaller.php
Installer for Advanced Mod Rewrite Plugin, used by plugin setup.
Class ModRewriteTest
ModRewriteTest in mr_test.php
Advanced Mod Rewrite test class.
Class ModRewriteTestActions
ModRewriteTestActions in mr_test.php
Simple action controller.
Class ModRewriteUrlStack
ModRewriteUrlStack in class.modrewriteurlstack.php
Mod rewrite url stack class. Provides features to collect urls and to get the pretty path and names of categories/articles at one go.
Class ModRewriteUrlUtil
ModRewriteUrlUtil in class.modrewriteurlutil.php
Mod Rewrite url utility class. Handles convertion of Urls from contenido core based url composition pattern to AMR (Advanced Mod Rewrite) url composition pattern and vice versa.
Function mr_arrayValue
mr_arrayValue() in functions.mod_rewrite.php
Returns value of an array key (assoziative or indexed).
Function mr_buildGeneratedCode
mr_buildGeneratedCode() in functions.mod_rewrite.php
Replaces existing ancors inside passed code, while rebuilding the urls.
Function mr_buildNewUrl
mr_buildNewUrl() in functions.mod_rewrite.php
Works as a wrapper for creation of urls using Contenido_UrlBuilder_MR.
Function mr_conCopyArtLang
mr_conCopyArtLang() in functions.mod_rewrite.php
Processes mod_rewrite related job for duplicated articles.
Function mr_conMoveArticles
mr_conMoveArticles() in functions.mod_rewrite.php
Processes mod_rewrite related job for articles beeing moved.
Function mr_conSaveArticle
mr_conSaveArticle() in functions.mod_rewrite.php
Processes mod_rewrite related job for saved articles (new or modified article).
Function mr_conSyncArticle
mr_conSyncArticle() in functions.mod_rewrite.php
Processes mod_rewrite related job for synchronized articles.
Function mr_debugOutput
mr_debugOutput() in functions.mod_rewrite.php
Debug output only during development
Function mr_header
mr_header() in functions.mod_rewrite.php
Replaces calling of header method for redirects in front_content.php, used during development.
Function mr_loadConfiguration
mr_loadConfiguration() in functions.mod_rewrite.php
Loads Advanced Mod Rewrite configuration for passed client using serialized file containing the settings.
Function mr_queryAndNextRecord
mr_queryAndNextRecord() in functions.mod_rewrite.php
Database query helper. Used to execute a select statement and to return the result of first recordset.
Function mr_removeMultipleChars
mr_removeMultipleChars() in functions.mod_rewrite.php
Cleanups passed string from characters beeing repeated two or more times
Function mr_requestCleanup
mr_requestCleanup() in functions.mod_rewrite.php
Request cleanup function. Request data is allways tainted and must be filtered.
Function mr_runFrontendController
mr_runFrontendController() in functions.mod_rewrite.php
Includes the frontend controller script which parses the url and extacts needed data like idcat, idart, lang and client from it.
Function mr_setClientLanguageId
mr_setClientLanguageId() in functions.mod_rewrite.php
Sets language of client, like done in front_content.php
Function mr_strCopyCategory
mr_strCopyCategory() in functions.mod_rewrite.php
Processes mod_rewrite related job after copying a category subtree.
Function mr_strMovedownCategory
mr_strMovedownCategory() in functions.mod_rewrite.php
Processes mod_rewrite related job after moving a category down.
Function mr_strMoveSubtree
mr_strMoveSubtree() in functions.mod_rewrite.php
Processes mod_rewrite related job after moving a category subtree.
Function mr_strMoveUpCategory
mr_strMoveUpCategory() in functions.mod_rewrite.php
Processes mod_rewrite related job after moving a category up.
Function mr_strNewCategory
mr_strNewCategory() in functions.mod_rewrite.php
Processes mod_rewrite related job for created new category.
Function mr_strNewTree
mr_strNewTree() in functions.mod_rewrite.php
Processes mod_rewrite related job for created new tree.
Function mr_strRenameCategory
mr_strRenameCategory() in functions.mod_rewrite.php
Processes mod_rewrite related job for renamed category.
Function msg
msg() in install.php
p
top
Class PluginSetup
PluginSetup in functions.mod_rewrite_setup.php
Plugin setup class
Class PluginSetupAbstract
PluginSetupAbstract in install.php
Abstract plugin setup base class, each plugin installer should extend this class.
Class PluginSetupFactory
PluginSetupFactory in install.php
Final plugin setup factory class
r
top
Function remove_remarks
remove_remarks() in install.php
removes '# blabla...' from the mysql_dump.
Method resetAliases
ModRewrite::resetAliases() in class.modrewrite.php
Method to reset all aliases (categories and articles).
Method resetArticlesAliases
ModRewrite::resetArticlesAliases() in class.modrewrite.php
Method to reset all aliases in articles.
Method resetCategoriesAliases
ModRewrite::resetCategoriesAliases() in class.modrewrite.php
Method to reset all aliases in categories.
Method resolveUrl
Resolves variables of an page (idcat, idart, idclient, idlang, etc.) by processing passed url using ModRewriteController
Method rewriteHtmlAnchor
ModRewrite::rewriteHtmlAnchor() in class.modrewrite.php
Return full contenido url from single anchor
s
top
Variable $sResolvedUrl
Method setArtWebsafeName
ModRewrite::setArtWebsafeName() in class.modrewrite.php
Set websafe name in article list.
Method setCatUrlPath
ModRewrite::setCatUrlPath() in class.modrewrite.php
Set urlpath of category
Method setCatWebsafeName
ModRewrite::setCatWebsafeName() in class.modrewrite.php
Set websafe name in category list.
Function split_sql_file
split_sql_file() in install.php
Splits sql- statements into handy pieces.
t
top
Method toContenidoUrl
ModRewriteUrlUtil::toContenidoUrl() in class.modrewriteurlutil.php
Converts passed AMR url to Contenido url.
Method toContenidoUrlName
ModRewriteUrlUtil::toContenidoUrlName() in class.modrewriteurlutil.php
Converts passed AMR url name to Contenido url name.
Method toContenidoUrlPath
ModRewriteUrlUtil::toContenidoUrlPath() in class.modrewriteurlutil.php
Converts passed AMR url path to Contenido url path.
Method toModRewriteUrl
ModRewriteUrlUtil::toModRewriteUrl() in class.modrewriteurlutil.php
Converts passed AMR url to Contenido url.
Method toModRewriteUrlName
ModRewriteUrlUtil::toModRewriteUrlName() in class.modrewriteurlutil.php
Converts passed Contenido url name to AMR url name.
Method toModRewriteUrlPath
ModRewriteUrlUtil::toModRewriteUrlPath() in class.modrewriteurlutil.php
Converts passed Contenido url path to AMR url path.
u
top
Method uninstall
Method uninstall
PluginSetup::uninstall() in functions.mod_rewrite_setup.php
Method uninstall
ModRewriteInstaller::uninstall() in class.modrewriteinstaller.php
Delete plugin, interface function implementation.
Function updateSequence
updateSequence() in install.php
Method upgrade
Method upgrade
PluginSetup::upgrade() in functions.mod_rewrite_setup.php
Upgrade plugin
Method upgrade
ModRewriteInstaller::upgrade() in class.modrewriteinstaller.php
Upgrade plugin, interface function implementation.
Method urlPreClean
ModRewrite::urlPreClean() in class.modrewrite.php
Function to preclean a url.
_
top
Variable $_aConParams
ModRewriteUrlStack::$_aConParams in class.modrewriteurlstack.php
Contenido related parameter array
Variable $_aMrCfg
Contenido_UrlBuilder_MR::$_aMrCfg in Contenido_UrlBuilder_MR.class.php
Mod Rewrite configuration
Variable $_aParts
ModRewriteController::$_aParts in class.modrewritecontroller.php
Extracted request uri path parts by path separator '/'
Variable $_artSep
ModRewriteUrlUtil::$_artSep in class.modrewriteurlutil.php
Contenido article separator
Variable $_artWordSep
ModRewriteUrlUtil::$_artWordSep in class.modrewriteurlutil.php
Contenido article word separator
Variable $_aStack
ModRewriteUrlStack::$_aStack in class.modrewriteurlstack.php
Url stack array
Variable $_aTab
ModRewriteUrlStack::$_aTab in class.modrewriteurlstack.php
Database tables array
Variable $_aUrls
ModRewriteUrlStack::$_aUrls in class.modrewriteurlstack.php
Array for urls
Variable $_bError
ModRewriteController::$_bError in class.modrewritecontroller.php
Flag about occured errors
Variable $_bInitialized
PluginSetup::$_bInitialized in functions.mod_rewrite_setup.php
Variable $_bIsXHTML
Contenido_UrlBuilder_MR::$_bIsXHTML in Contenido_UrlBuilder_MR.class.php
Is XHTML output?
Variable $_bMREnabled
Contenido_UrlBuilder_MR::$_bMREnabled in Contenido_UrlBuilder_MR.class.php
Is mod rewrite enabled?
Variable $_bRoutingFound
ModRewriteController::$_bRoutingFound in class.modrewritecontroller.php
Flag about found routing definition
Variable $_catSep
ModRewriteUrlUtil::$_catSep in class.modrewriteurlutil.php
Contenido category separator
Variable $_catWordSep
ModRewriteUrlUtil::$_catWordSep in class.modrewriteurlutil.php
Contenido category word separator
Variable $_cfg
Variable $_cfg
PluginSetup::$_cfg in functions.mod_rewrite_setup.php
Variable $_db
Variable $_db
PluginSetup::$_db in functions.mod_rewrite_setup.php
Variable $_iClientMR
ModRewriteController::$_iClientMR in class.modrewritecontroller.php
Client id used by this class
Variable $_idLang
ModRewriteUrlStack::$_idLang in class.modrewriteurlstack.php
Language id
Variable $_instance
ModRewriteUrlStack::$_instance in class.modrewriteurlstack.php
Self instance
Variable $_instance
Contenido_UrlBuilder_MR::$_instance in Contenido_UrlBuilder_MR.class.php
Self instance
Variable $_instance
ModRewriteUrlUtil::$_instance in class.modrewriteurlutil.php
Self instance (singleton implementation)
Variable $_mrArtSep
ModRewriteUrlUtil::$_mrArtSep in class.modrewriteurlutil.php
AMR article separator
Variable $_mrArtWordSep
ModRewriteUrlUtil::$_mrArtWordSep in class.modrewriteurlutil.php
AMR article word separator
Variable $_mrCatSep
ModRewriteUrlUtil::$_mrCatSep in class.modrewriteurlutil.php
AMR category separator
Variable $_mrCatWordSep
ModRewriteUrlUtil::$_mrCatWordSep in class.modrewriteurlutil.php
AMR category word separator
Variable $_mrExt
ModRewriteUrlUtil::$_mrExt in class.modrewriteurlutil.php
AMR extension used for articlenames (e. g. .html)
Variable $_oDb
ModRewriteUrlStack::$_oDb in class.modrewriteurlstack.php
Database object
Variable $_oDebug
Contenido_UrlBuilder_MR::$_oDebug in Contenido_UrlBuilder_MR.class.php
Debugger instance
Variable $_oDebug
ModRewriteBase::$_oDebug in class.modrewritebase.php
Debugger instance
Variable $_oGlobals
ModRewriteBase::$_oGlobals in class.modrewritebase.php
Globals instance
Variable $_sAmp
Contenido_UrlBuilder_MR::$_sAmp in Contenido_UrlBuilder_MR.class.php
Ampersant used for composing several parameter value pairs
Variable $_sArtName
ModRewriteController::$_sArtName in class.modrewritecontroller.php
Extracted article name from request uri
Variable $_sIncommingUrl
ModRewriteController::$_sIncommingUrl in class.modrewritecontroller.php
Incomming URL
Variable $_sPath
ModRewriteController::$_sPath in class.modrewritecontroller.php
Remaining path for path resolver (see $GLOBALS['path'])
Variable $_sResolvedUrl
ModRewriteController::$_sResolvedUrl in class.modrewritecontroller.php
Resolved URL
Function _actionIndex
_actionIndex() in include.mod_rewrite_content.php
Function _actionReset
_actionReset() in include.mod_rewrite_content.php
Function _actionSave
_actionSave() in include.mod_rewrite_content.php
Method _buildUrl
Contenido_UrlBuilder_MR::_buildUrl() in Contenido_UrlBuilder_MR.class.php
Builds the SEO-URL by analyzing passed arguments (parameter value pairs)
Method _chunkSetPrettyUrlParts
ModRewriteUrlStack::_chunkSetPrettyUrlParts() in class.modrewriteurlstack.php
Main function to get the urlparts of urls.
Method _construct
ModRewriteInstaller::_construct() in class.modrewriteinstaller.php
Constructor, initializes parent.
Method _extractRequestUri
ModRewriteController::_extractRequestUri() in class.modrewritecontroller.php
Extracts request URI and sets member variables $this->_sArtName and $this->_aParts
Method _extractUrl
ModRewriteUrlStack::_extractUrl() in class.modrewriteurlstack.php
Extracts passed url using parse_urla and adds also the 'params' array to it
Function _getRequest
_getRequest() in mr_test.php
Minimalistic'n simple way to get request variables.
Method _hasPartArrayItems
ModRewriteController::_hasPartArrayItems() in class.modrewritecontroller.php
Returns state of parts property.
Method _inArticles
PluginSetup::_inArticles() in functions.mod_rewrite_setup.php
Check articles on websafe name
Method _inArticles
ModRewriteInstaller::_inArticles() in class.modrewriteinstaller.php
Check articles on websafe name
Method _inCategory
PluginSetup::_inCategory() in functions.mod_rewrite_setup.php
Check categories on websafe name
Method _inCategory
ModRewriteInstaller::_inCategory() in class.modrewriteinstaller.php
Check categories on websafe name
Method _initializeClientId
ModRewriteController::_initializeClientId() in class.modrewritecontroller.php
Tries to initialize the client id
Method _makeStackId
ModRewriteUrlStack::_makeStackId() in class.modrewriteurlstack.php
Extracts article or category related parameter from passed params array and generates an identifier.
Function _notifyBox
_notifyBox() in include.mod_rewrite_content.php
Method _parseUrl
ModRewriteController::_parseUrl() in class.modrewritecontroller.php
Parses the url using defined separators
Method _postValidation
ModRewriteController::_postValidation() in class.modrewritecontroller.php
Does post validation of the extracted data.
Function _separatorModified
_separatorModified() in include.mod_rewrite_content.php
Method _setArticle
PluginSetup::_setArticle() in functions.mod_rewrite_setup.php
Set websafe name in article list
Method _setArticle
ModRewriteInstaller::_setArticle() in class.modrewriteinstaller.php
Set websafe name in article list
Method _setCategory
PluginSetup::_setCategory() in functions.mod_rewrite_setup.php
Set websafe name in category list
Method _setCategory
ModRewriteInstaller::_setCategory() in class.modrewriteinstaller.php
Set websafe name in category list
Method _setCategoryPath
PluginSetup::_setCategoryPath() in functions.mod_rewrite_setup.php
Build and set recursiv path for mod_rewrite rule like server directories (dir1/dir2/dir3)
Method _setCategoryPath
ModRewriteInstaller::_setCategoryPath() in class.modrewriteinstaller.php
Build and set recursiv path for mod_rewrite rule like server directories (dir1/dir2/dir3)
Method _setClientId
ModRewriteController::_setClientId() in class.modrewritecontroller.php
Sets client id
Method _setIdart
ModRewriteController::_setIdart() in class.modrewritecontroller.php
Sets article id
Method _setLanguageId
ModRewriteController::_setLanguageId() in class.modrewritecontroller.php
Sets language id
Method _setPathresolverSetting
ModRewriteController::_setPathresolverSetting() in class.modrewritecontroller.php
Sets path resolver and category id
Method _toUrl
ModRewriteUrlUtil::_toUrl() in class.modrewriteurlutil.php
Converts passed url to a another url (Contenido to AMR and vice versa).
Method _toUrlName
ModRewriteUrlUtil::_toUrlName() in class.modrewriteurlutil.php
Converts passed url name to a another url name (Contenido to AMR and vice versa).
Method _toUrlPath
ModRewriteUrlUtil::_toUrlPath() in class.modrewriteurlutil.php
Converts passed url path to a another url path (Contenido to AMR and vice versa).
Method __construct
Constuctor
Method __construct
Method __construct
ModRewriteUrlStack::__construct() in class.modrewriteurlstack.php
Constructor, sets some properties.
Method __construct
Method __construct
Contenido_UrlBuilder_MR::__construct() in Contenido_UrlBuilder_MR.class.php
Constructor, tries to set some member variables.
Method __construct
ModRewriteUrlUtil::__construct() in class.modrewriteurlutil.php
Contructor, sets some AMR configuration related properties
Method __construct
ModRewriteController::__construct() in class.modrewritecontroller.php
Constructor, sets several properties.
a b c d e f g i m p r s t u _