PHP Класс Craft\Seomatic_MetaFieldModel

Наследование: extends Seomatic_MetaModel
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$elementType

Открытые методы

Метод Описание
getCpEditUrl ( ) : string | false Returns the element's CP edit URL.
getJsonLD ( $element ) : string Returns the Main Entity of Page JSON-LD for the entry, without mainEntryOfPage being set
isEditable ( ) : boolean Returns whether the current user can edit the element.
seoDescriptionUnparsed ( ) : string Returns the seoDescriptionUnparsed
seoKeywordsUnparsed ( ) : string Returns the seoKeywordsUnparsed
seoTitleUnparsed ( ) : string Returns the seoTitleUnparsed

Защищенные методы

Метод Описание
defineAttributes ( ) : array

Описание методов

defineAttributes() защищенный Метод

protected defineAttributes ( ) : array
Результат array

getCpEditUrl() публичный Метод

Returns the element's CP edit URL.
public getCpEditUrl ( ) : string | false
Результат string | false

getJsonLD() публичный Метод

Returns the Main Entity of Page JSON-LD for the entry, without mainEntryOfPage being set
public getJsonLD ( $element ) : string
Результат string

isEditable() публичный Метод

Returns whether the current user can edit the element.
public isEditable ( ) : boolean
Результат boolean

seoDescriptionUnparsed() публичный Метод

Returns the seoDescriptionUnparsed
public seoDescriptionUnparsed ( ) : string
Результат string

seoKeywordsUnparsed() публичный Метод

Returns the seoKeywordsUnparsed
public seoKeywordsUnparsed ( ) : string
Результат string

seoTitleUnparsed() публичный Метод

Returns the seoTitleUnparsed
public seoTitleUnparsed ( ) : string
Результат string

Описание свойств

$elementType защищенное свойство

protected $elementType