PHP Class SeoCanonical

Inheritance: extends SeoAppModel
Datei anzeigen Open project: webtechnick/cakephp-seo-plugin

Public Properties

Property Type Description
$belongsTo The Associations below have been created with all possible keys, those that are not needed can be removed
$displayField
$name
$searchFields Filter fields
$validate

Public Methods

Method Description
beforeSave ( $options = [] ) Assign or create the url.
findByUri ( $request = null ) : the Find the first canonical link that matches this requesting URI

Method Details

beforeSave() public method

Assign or create the url.
public beforeSave ( $options = [] )

findByUri() public method

Find the first canonical link that matches this requesting URI
public findByUri ( $request = null ) : the
return the first canonical link to match

Property Details

$belongsTo public_oe property

The Associations below have been created with all possible keys, those that are not needed can be removed
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