PHP 클래스 SeoTitle

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

공개 프로퍼티들

프로퍼티 타입 설명
$belongsTo array Belongs To Association
$displayField string Display Field
$name string Model Name/Alias
$searchFields array Filter fields
$validate array Validation Rules

공개 메소드들

메소드 설명
beforeSave ( $options = [] ) : boolean Assign or create the url.
findTitleByUri ( $request = null ) : the Find the first title tag that matches this URI

메소드 상세

beforeSave() 공개 메소드

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

findTitleByUri() 공개 메소드

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

프로퍼티 상세

$belongsTo 공개적으로 프로퍼티

Belongs To Association
public array $belongsTo
리턴 array

$displayField 공개적으로 프로퍼티

Display Field
public string $displayField
리턴 string

$name 공개적으로 프로퍼티

Model Name/Alias
public string $name
리턴 string

$searchFields 공개적으로 프로퍼티

Filter fields
public array $searchFields
리턴 array

$validate 공개적으로 프로퍼티

Validation Rules
public array $validate
리턴 array