PHP 클래스 SeoUrl

상속: extends SeoAppModel
파일 보기 프로젝트 열기: webtechnick/cakephp-seo-plugin

공개 프로퍼티들

프로퍼티 타입 설명
$displayField
$name
$searchFields
$settings Configuration settings
$validate

공개 메소드들

메소드 설명
__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

비공개 메소드들

메소드 설명
getPathToSiteMap ( ) : string Get the file out of the source config

메소드 상세

__construct() 공개 메소드

Load the settings
public __construct ( $id = false, $table = null, $ds = null )

findRedirectByRequest() 공개 메소드

Use levenshtein's distance to decide what "good" url is most closest to the incomming request
public findRedirectByRequest ( $request ) : array
리턴 array of result - redirect the actually redirect to point to - shortest how close this came

import() 공개 메소드

Import a set of valid URLS from a sitemap
public import ( $sitemap = null, $clear_all = true, $verbose = false )

프로퍼티 상세

$displayField 공개적으로 프로퍼티

public $displayField

$name 공개적으로 프로퍼티

public $name

$searchFields 공개적으로 프로퍼티

public $searchFields

$settings 공개적으로 프로퍼티

Configuration settings
public $settings

$validate 공개적으로 프로퍼티

public $validate