PHP Class SeoSearchTerm

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

Méthodes publiques

Свойство Type Description
$displayField
$name
$validate

Méthodes publiques

Méthode Description
findRandomTerms ( $limit = 6 ) Pull out random terms
findTopTerms ( $limit = 6 ) : array Find the top terms
itterateCount ( $id = null ) : boolean Itterate the count on a specific term.
parseRequest ( $request = null ) : void Take the incomming request referrer and decide if we should save this term in our database

Method Details

findRandomTerms() public méthode

Pull out random terms
public findRandomTerms ( $limit = 6 )

findTopTerms() public méthode

Find the top terms
public findTopTerms ( $limit = 6 ) : array
Résultat array set of results

itterateCount() public méthode

Itterate the count on a specific term.
public itterateCount ( $id = null ) : boolean
Résultat boolean success

parseRequest() public méthode

Take the incomming request referrer and decide if we should save this term in our database
public parseRequest ( $request = null ) : void
Résultat void

Property Details

$displayField public_oe property

public $displayField

$name public_oe property

public $name

$validate public_oe property

public $validate