PHP Class Craft\Seomatic_MetaModel

Inheritance: extends craft\BaseElementModel
Afficher le fichier Open project: nystudio107/seomatic Class Usage Examples

Protected Properties

Свойство Type Description
$elementType

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
defineAttributes ( ) : array

Method Details

defineAttributes() protected méthode

protected defineAttributes ( ) : array
Résultat array

getCpEditUrl() public méthode

Returns the element's CP edit URL.
public getCpEditUrl ( ) : string | false
Résultat string | false

isEditable() public méthode

Returns whether the current user can edit the element.
public isEditable ( ) : boolean
Résultat boolean

seoDescription() public méthode

Returns the seoDescription
public seoDescription ( ) : string
Résultat string

seoImage() public méthode

Returns the seoImage as a url
public seoImage ( ) : string
Résultat string

seoImageId() public méthode

Returns the seoImageId
public seoImageId ( ) : string
Résultat string

seoKeywords() public méthode

Returns the seoKeywords
public seoKeywords ( ) : string
Résultat string

seoTitle() public méthode

Returns the seoTitle
public seoTitle ( ) : string
Résultat string

Property Details

$elementType protected_oe property

protected $elementType