ElementIndexableTrait
This is the main indexable trait.
Tags
Table of Contents
| $indexable | : bool | |
|---|---|---|
| $linkFollowing | : bool | |
| getIndexable() | Returns if the element is indexable on the website current language. | : bool |
| getLinkFollowing() | Sets if the element link must be a following one or not (value of rel HTML attribute) for the website current language. | : bool |
Properties
$indexable
protected
bool
$indexable
= false
$linkFollowing
protected
bool
$linkFollowing
= false
Methods
getIndexable()
Returns if the element is indexable on the website current language.
public
getIndexable() : bool
Return values
bool —getLinkFollowing()
Sets if the element link must be a following one or not (value of rel HTML attribute) for the website current language.
public
getLinkFollowing() : bool