Property | Type | Description | |
---|---|---|---|
$displayField | |||
$name | |||
$searchFields | |||
$settings | Configuration settings | ||
$validate |
Method | Description | |
---|---|---|
__construct ( $id = false, $table = null, $ds = null ) | Load the settings | |
findRedirectByRequest ( $request ) : array | Use levenshtein's distance to decide what "good" url is most closest to the incomming request | |
import ( $sitemap = null, $clear_all = true, $verbose = false ) | Import a set of valid URLS from a sitemap |
Method | Description | |
---|---|---|
getPathToSiteMap ( ) : string | Get the file out of the source config |
public __construct ( $id = false, $table = null, $ds = null ) |
public findRedirectByRequest ( $request ) : array | ||
return | array | of result - redirect the actually redirect to point to - shortest how close this came |
public import ( $sitemap = null, $clear_all = true, $verbose = false ) |