PHP 클래스 SeoMetaTag

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

공개 프로퍼티들

프로퍼티 타입 설명
$belongsTo
$displayField
$name
$searchFields Filter fields
$validate

공개 메소드들

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

메소드 상세

beforeSave() 공개 메소드

public beforeSave ( $options = [] )

findAllTagsByUri() 공개 메소드

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
리턴 array of results

프로퍼티 상세

$belongsTo 공개적으로 프로퍼티

public $belongsTo

$displayField 공개적으로 프로퍼티

public $displayField

$name 공개적으로 프로퍼티

public $name

$searchFields 공개적으로 프로퍼티

Filter fields
public $searchFields

$validate 공개적으로 프로퍼티

public $validate