PHP Класс Craft\Seomatic_MetaModel

Наследование: extends craft\BaseElementModel
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$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