Свойство | Тип | Описание | |
---|---|---|---|
$arrAux | array | Aux array | |
$arrMeta | array | Meta array | |
$arrProcessed | array | Processed files array |
Метод | Описание | |
---|---|---|
__construct ( ) | Load the database object | |
addToUrl ( string $strRequest, boolean $blnIgnoreParams = false, array $arrUnset = [] ) : string | Overwrite the parent method as front end URLs are handled differently | |
getCronTimeout ( ) : integer | Return the cron timeout in seconds | |
getMetaData ( string $strData, string $strLanguage ) : array | Get the meta data from a serialized string | |
getPageIdFromUrl ( ) : mixed | Split the current request into fragments, strip the URL suffix, recreate the $_GET array and return the page ID | |
getResponseFromCache ( ) : |
Check whether there is a cached version of the page and return a response object | |
getRootIdFromUrl ( ) : integer | Return the root page ID | |
getRootPageFromUrl ( ) : |
Try to find a root page based on language and URL | |
indexPageIfApplicable ( |
Index a page if applicable |
Метод | Описание | |
---|---|---|
getLoginStatus ( string $strCookie ) : boolean | Check whether a back end or front end user is logged in | |
jumpToOrReload ( integer | array $intId, string $strParams = null, string $strForceLang = null ) | Redirect to a jumpTo page or reload the current page | |
prepareMetaDescription ( string $strText ) : string | Prepare a text to be used in the meta description tag |
public __construct ( ) |
public static getCronTimeout ( ) : integer | ||
Результат | integer |
protected getLoginStatus ( string $strCookie ) : boolean | ||
$strCookie | string | |
Результат | boolean |
public static getPageIdFromUrl ( ) : mixed | ||
Результат | mixed |
public static getResponseFromCache ( ) : |
||
Результат |
public static getRootIdFromUrl ( ) : integer | ||
Результат | integer |
public static getRootPageFromUrl ( ) : |
||
Результат |
public static indexPageIfApplicable ( |
||
$objResponse |
protected prepareMetaDescription ( string $strText ) : string | ||
$strText | string | |
Результат | string |
protected array $arrProcessed | ||
Результат | array |