PHP Class SeoMetaTag

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 = [] )
findAllTagsByUri ( $request = null ) : array Find all the tags by a specific reuqest, This takes in a request URI and finds all matching meta_tags for this URI

Method Details

beforeSave() public méthode

public beforeSave ( $options = [] )

findAllTagsByUri() public méthode

Find all the tags by a specific reuqest, This takes in a request URI and finds all matching meta_tags for this URI
public findAllTagsByUri ( $request = null ) : array
Résultat array of results

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