__construct()
composeURL()
fetchFullStructure()
getReadableResolvedData()
getResolvedUrl()
getRoutingFoundState()
resolveUrl()
$_aCfg
$_aCfgTab
$_bRoutingFound
$_iMaxItems
$_sResolvedUrl
__construct($maxItems)
composeURL(array $arr, string $type)
The result is used to generate seo urls...
arrayAssoziative array with some data as follows: $arr['idcat'] $arr['idart'] $arr['idcatart'] $arr['idartlang']
stringEither 'c' or 'a' (category or article). If set to 'c' only the parameter idcat will be added to the URL
fetchFullStructure(int $idclient, int $idlang) : array
intClient id
intLanguage id
arrayFull structure as follows $arr[idcat] = Category dataset $arr[idcat]['articles'][idart] = Article dataset getReadableResolvedData(array $data) : string
arrayAssoziative array with resolved data
stringReadable resolved datagetResolvedUrl() : bool
boolResolved URLgetRoutingFoundState() : bool
boolresolveUrl(string $url) : array
stringUrl to resolve
arrayAssoziative array with resolved data$_aCfg : array
$_aCfgTab : array
$_bRoutingFound : bool
$_iMaxItems : int
$_sResolvedUrl : string