PHP 클래스 SeoSearchTerm

상속: extends SeoAppModel
파일 보기 프로젝트 열기: webtechnick/cakephp-seo-plugin

공개 프로퍼티들

프로퍼티 타입 설명
$displayField
$name
$validate

공개 메소드들

메소드 설명
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

메소드 상세

findRandomTerms() 공개 메소드

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

findTopTerms() 공개 메소드

Find the top terms
public findTopTerms ( $limit = 6 ) : array
리턴 array set of results

itterateCount() 공개 메소드

Itterate the count on a specific term.
public itterateCount ( $id = null ) : boolean
리턴 boolean success

parseRequest() 공개 메소드

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

프로퍼티 상세

$displayField 공개적으로 프로퍼티

public $displayField

$name 공개적으로 프로퍼티

public $name

$validate 공개적으로 프로퍼티

public $validate