access |
public |
package |
kocuj_sitemap |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent |
Methods
Check if this type is configurable in order
checkConfigurableOrder() : boolean
Inherited
Returns
boolean
This type is configurable in order (true) or not (false)
Check if there are exclude parameters (true) or not (false)
checkExcludeParameters() : boolean
Inherited
Returns
boolean
There are exclude parameters (true) or not (false)
Check if this type exists
checkExists() : boolean
Inherited
Returns
boolean
This type exists (true) or not (false)
Check if this type should be displayed for this display type
checkForDisplay(integer $display) : boolean
Inherited
Parameters
$display
integer
Display type; must be one of the following constants from \KocujSitemapPlugin\Enums\DisplayType: STANDARD (when it is standard display) or DROPDOWN (when it is drop-down list display)
Returns
boolean
This type should be displayed (true) or not (false)
Check if there should be an "ul" list tag
checkListTag() : boolean
Inherited
Returns
boolean
There should be an "ul" list tag (true) or not (false)
Check section name
checkSectionName() : boolean
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::checkSectionName() |
Returns
boolean
Section name exists (true) or not (false)
Check section name
checkSectionName() : boolean
Inherited
Returns
boolean
Section name exists (true) or not (false)
Get text after element
getAfterElement(array $element, integer $widget = \KocujSitemapPlugin\Enums\Widget::NO
, string $locale = ''
) : array
Inherited
Parameters
$widget
integer
It is widget or not; must be one of the following constants from \KocujSitemapPlugin\Enums\Widget: NO (when it is not widget) or YES (when it is widget) - default: \KocujSitemapPlugin\Enums\Widget::NO
$locale
string
Language locale - default: empty
Returns
array
Text after element
Get text before element
getBeforeElement(array $element, integer $widget = \KocujSitemapPlugin\Enums\Widget::NO
, string $locale = ''
) : array
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getBeforeElement() |
Parameters
$widget
integer
It is widget or not; must be one of the following constants from \KocujSitemapPlugin\Enums\Widget: NO (when it is not widget) or YES (when it is widget) - default: \KocujSitemapPlugin\Enums\Widget::NO
$locale
string
Language locale - default: empty
Returns
array
Text before element
Get text before element
getBeforeElement(array $element, integer $widget = \KocujSitemapPlugin\Enums\Widget::NO
, string $locale = ''
) : array
Inherited
Parameters
$widget
integer
It is widget or not; must be one of the following constants from \KocujSitemapPlugin\Enums\Widget: NO (when it is not widget) or YES (when it is widget) - default: \KocujSitemapPlugin\Enums\Widget::NO
$locale
string
Language locale - default: empty
Returns
array
Text before element
Get configuration options
getConfigOptions() : array
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getConfigOptions() |
Returns
array
Configuration options
Get configuration options
getConfigOptions() : array
Inherited
Returns
array
Configuration options
Get hide type parameters description
getHideTypeParameterDescription() : string
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getHideTypeParameterDescription() |
Returns
string
Hide parameters type description
Get hide type parameters description
getHideTypeParameterDescription() : string
Inherited
Returns
string
Hide parameters type description
Get hide type parameters value
getHideTypeParameterValue() : string
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getHideTypeParameterValue() |
Returns
string
Hide parameters type value
Get hide type parameters value
getHideTypeParameterValue() : string
Inherited
Returns
string
Hide parameters type value
Get ID to check
getIDToCheck(array $element, string $section) : integer
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getIDToCheck() |
Parameters
$section
string
Section name
Returns
integer
ID to check
Get ID to check
getIDToCheck(array $element, string $section) : integer
Inherited
Parameters
$section
string
Section name
Returns
integer
ID to check
Get section name
getSectionName() : string
Inherited
Returns
string
Section name
Get sections to check
getSectionsToCheck(array $element) : array
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getSectionsToCheck() |
Parameters
Returns
array
Sections to check
Get sections to check
getSectionsToCheck(array $element) : array
Inherited
Parameters
Returns
array
Sections to check
Get type letter
getTypeLetter() : string
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getTypeLetter() |
Returns
string
Type letter
Get type letter
getTypeLetter() : string
Inherited
Returns
string
Type letter
Get types which should be removed when they have no children
getTypesRequiresChildren() : array
access |
public |
inherited_from |
\KocujSitemapPlugin\Classes\ElementTypeFrontendParent::getTypesRequiresChildren() |
Returns
array
Types which should be removed when they have no children
Get types which should be removed when they have no children
getTypesRequiresChildren() : array
Inherited
Returns
array
Types which should be removed when they have no children
Properties
Last element type
$lastType : string