Свойство | Type | Description | |
---|---|---|---|
$cachedEntryRedirects | |||
$cachedStaticRedirects | |||
$cachedStatistics |
Méthode | Description | |
---|---|---|
clearStatistics ( ) | ||
createRedirect ( $redirectsModel ) | ||
deleteRedirectByElementId ( integer $elementId, string $locale ) | ||
findRedirectMatch ( string $url ) : mixed | ||
getAllEntryRedirects ( ) : Array | ||
getAllStaticRedirects ( ) : Array | ||
getAllStatistics ( ) : array | ||
getLocalizedUris ( $element = null ) : array | Returns a list of localized URIs for the passed in element | |
getMatchesList ( ) : mixed | ||
getPluginName ( ) : string | ||
getRecentStatistics ( $days = 1, $handled ) : array | ||
getRedirectByElementId ( integer $elementId, string $locale ) : Mixed | ||
getRedirectById ( integer $id ) : Mixed | ||
getRedirectByRedirectSrcUrl ( string $srcUrl, string $locale ) : Mixed | ||
getRedirectFromCache ( $url ) : mixed | ||
incrementRedirectHitCount ( &$redirect ) | ||
incrementStatistics ( $url, $handled = false ) | ||
lookupRedirect ( string $url, mixed $redirects ) : mixed | ||
saveRedirect ( $redirectsModel ) | ||
saveRedirectToCache ( $url, mixed $redirect ) | ||
saveStaticRedirect ( |
[saveStaticRedirect description] |
public deleteRedirectByElementId ( integer $elementId, string $locale ) | ||
$elementId | integer | The associated elementId |
$locale | string | The locale |
public findRedirectMatch ( string $url ) : mixed | ||
$url | string | the url to match |
Résultat | mixed | the redirect array |
public getAllEntryRedirects ( ) : Array | ||
Résultat | Array | All of the entry redirects |
public getAllStaticRedirects ( ) : Array | ||
Résultat | Array | All of the static redirects |
public getAllStatistics ( ) : array | ||
Résultat | array | All of the statistics |
public getLocalizedUris ( $element = null ) : array | ||
Résultat | array | an array of paths |
public getMatchesList ( ) : mixed | ||
Résultat | mixed | Returns the list of matching schemes |
public getPluginName ( ) : string | ||
Résultat | string | The name of the plugin |
public getRecentStatistics ( $days = 1, $handled ) : array | ||
$days | The number of days to get | |
Résultat | array | Recent statistics |
public getRedirectByElementId ( integer $elementId, string $locale ) : Mixed | ||
$elementId | integer | The associated elementId |
$locale | string | The locale |
Résultat | Mixed | The resulting Redirect |
public getRedirectById ( integer $id ) : Mixed | ||
$id | integer | The redirect's id |
Résultat | Mixed | The resulting Redirect |
public getRedirectByRedirectSrcUrl ( string $srcUrl, string $locale ) : Mixed | ||
$srcUrl | string | the redirect's redirectSrcUrl |
$locale | string | The locale |
Résultat | Mixed | The resulting Redirect |
public getRedirectFromCache ( $url ) : mixed | ||
Résultat | mixed | The redirect |
public incrementStatistics ( $url, $handled = false ) | ||
$url | The 404 url |
public saveRedirectToCache ( $url, mixed $redirect ) | ||
$redirect | mixed | The redirect |
public saveStaticRedirect ( |
||
$record | the static redirect record to save | |
Résultat | [type] |