PHP Class SeoRedirect

Inheritance: extends SeoAppModel
Afficher le fichier Open project: webtechnick/cakephp-seo-plugin

Méthodes publiques

Свойство Type Description
$belongsTo
$displayField
$name
$searchFields Filter fields
$validate

Méthodes publiques

Méthode Description
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

Method Details

beforeSave() public méthode

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

callbackTest() public méthode

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

findRedirectListByPriority() public méthode

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

Property Details

$belongsTo public_oe property

public $belongsTo

$displayField public_oe property

public $displayField

$name public_oe property

public $name

$searchFields public_oe property

Filter fields
public $searchFields

$validate public_oe property

public $validate