PHP Class SeoTitle

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

Public Properties

Property Type Description
$belongsTo array Belongs To Association
$displayField string Display Field
$name string Model Name/Alias
$searchFields array Filter fields
$validate array Validation Rules

Public Methods

Method 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 method

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

findTitleByUri() public method

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

Property Details

$belongsTo public_oe property

Belongs To Association
public array $belongsTo
return array

$displayField public_oe property

Display Field
public string $displayField
return string

$name public_oe property

Model Name/Alias
public string $name
return string

$searchFields public_oe property

Filter fields
public array $searchFields
return array

$validate public_oe property

Validation Rules
public array $validate
return array