PHP 클래스 Craft\Seomatic_MetaModel

상속: extends craft\BaseElementModel
파일 보기 프로젝트 열기: nystudio107/seomatic 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$elementType

공개 메소드들

메소드 설명
getCpEditUrl ( ) : string | false Returns the element's CP edit URL.
isEditable ( ) : boolean Returns whether the current user can edit the element.
seoDescription ( ) : string Returns the seoDescription
seoImage ( ) : string Returns the seoImage as a url
seoImageId ( ) : string Returns the seoImageId
seoKeywords ( ) : string Returns the seoKeywords
seoTitle ( ) : string Returns the seoTitle

보호된 메소드들

메소드 설명
defineAttributes ( ) : array

메소드 상세

defineAttributes() 보호된 메소드

protected defineAttributes ( ) : array
리턴 array

getCpEditUrl() 공개 메소드

Returns the element's CP edit URL.
public getCpEditUrl ( ) : string | false
리턴 string | false

isEditable() 공개 메소드

Returns whether the current user can edit the element.
public isEditable ( ) : boolean
리턴 boolean

seoDescription() 공개 메소드

Returns the seoDescription
public seoDescription ( ) : string
리턴 string

seoImage() 공개 메소드

Returns the seoImage as a url
public seoImage ( ) : string
리턴 string

seoImageId() 공개 메소드

Returns the seoImageId
public seoImageId ( ) : string
리턴 string

seoKeywords() 공개 메소드

Returns the seoKeywords
public seoKeywords ( ) : string
리턴 string

seoTitle() 공개 메소드

Returns the seoTitle
public seoTitle ( ) : string
리턴 string

프로퍼티 상세

$elementType 보호되어 있는 프로퍼티

protected $elementType