PHP Class SeoTitle

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

Méthodes publiques

Свойство Type Description
$belongsTo array Belongs To Association
$displayField string Display Field
$name string Model Name/Alias
$searchFields array Filter fields
$validate array Validation Rules

Méthodes publiques

Méthode Description
beforeSave ( $options = [] ) : boolean Assign or create the url.
findTitleByUri ( $request = null ) : the Find the first title tag that matches this URI

Method Details

beforeSave() public méthode

Assign or create the url.
public beforeSave ( $options = [] ) : boolean
Résultat boolean

findTitleByUri() public méthode

Find the first title tag that matches this URI
public findTitleByUri ( $request = null ) : the
Résultat the first title tag to match

Property Details

$belongsTo public_oe property

Belongs To Association
public array $belongsTo
Résultat array

$displayField public_oe property

Display Field
public string $displayField
Résultat string

$name public_oe property

Model Name/Alias
public string $name
Résultat string

$searchFields public_oe property

Filter fields
public array $searchFields
Résultat array

$validate public_oe property

Validation Rules
public array $validate
Résultat array