PHP 클래스 SeoRedirect

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

공개 프로퍼티들

프로퍼티 타입 설명
$belongsTo
$displayField
$name
$searchFields Filter fields
$validate

공개 메소드들

메소드 설명
beforeSave ( $options = [] ) Check if SEO already exists, if so, unset it and set the ID then save.
callbackTest ( $request ) This is a helper function for testing.
findRedirectListByPriority ( ) : list Named scope to find list of uri -> redirect by order and approved/active

메소드 상세

beforeSave() 공개 메소드

Check if SEO already exists, if so, unset it and set the ID then save.
public beforeSave ( $options = [] )

callbackTest() 공개 메소드

This is a helper function for testing.
public callbackTest ( $request )

findRedirectListByPriority() 공개 메소드

Named scope to find list of uri -> redirect by order and approved/active
public findRedirectListByPriority ( ) : list
리턴 list of active and approved uri -> redirects ordered by priority

프로퍼티 상세

$belongsTo 공개적으로 프로퍼티

public $belongsTo

$displayField 공개적으로 프로퍼티

public $displayField

$name 공개적으로 프로퍼티

public $name

$searchFields 공개적으로 프로퍼티

Filter fields
public $searchFields

$validate 공개적으로 프로퍼티

public $validate