Backend class
access | public |
---|---|
package | kocuj_sitemap |
actionInitSettingsPages() : void
access | public |
---|
controllerSaveOrRestore(object $componentObj, string $formId, boolean $isDataSet, integer $dataSetElementId, $outputText) : boolean
access | public |
---|
object
Component object
string
Form identifier
boolean
Container is for data set
integer
Data set element identifier if $isDataSet is set to true
boolean
Controller has been executed correctly (true) or not (false)fieldSitemapElement(object $componentObj, string $fieldHtmlId, string $fieldHtmlName, string $fieldValue, string $fieldAttrs, string $tipText, array $classAndStyle, integer $fieldForWidget, integer $optionArray, integer $orderInWidget, array $additional) : string
access | public |
---|
object
Component object
string
Field HTML id
string
Field HTML name
string
Field value
string
Prepared text with field attributes "id", "name" and "title" and with space at beginning
string
Tooltip text
array
Class and style for element; class and style data must have the following fields: "all" (string type; HTML classes with "class" tag and HTML styles with "style" tag and space before), "class" (string type; HTML classes), "classwithtag" (string type; HTML classes with "class" tag and space before), "style" (string type; HTML styles), "stylewithtag" (string type; HTML styles with "style" tag and space before)
integer
This field is for widget or not; must be one of the following constants from KocujIL\Enums\Project\Components\Backend\SettingsFields\FieldForWidget: NO (when field is not for widget) or YES (when field is for widget)
integer
Option is array or standard; must be one of the following constants from KocujIL\Enums\Project\Components\Backend\SettingsFields\OptionArray: NO (when it is standard option) or YES (when it is array option)
integer
Label and HTML element order in widget; must be one of the following constants from KocujIL\Enums\Project\Components\Backend\SettingsFields\OrderInWidget: FIRST_LABEL (first label, then element), FIRST_ELEMENT (first element, then label)
array
Additional settings
string
FieldgetInstance() : object
access | public |
---|
object
Singleton instancepluginForm() : void
access | public |
---|
__clone() : void
access | private |
---|
__construct() : void
access | private |
---|
$adminPagesData : array
array()
access | private |
---|
$instance : object
NULL
access | private |
---|