Widget class
| access | public |
|---|---|
| package | kocuj_sitemap |
| inherited_from | \KocujIL\V12a\Classes\Project\Components\All\Widget\Widget |
__construct() : void
| access | public |
|---|---|
| inherited_from | \KocujIL\V12a\Classes\Project\Components\All\Widget\Widget::__construct() |
__construct(string $widgetId, string $title, array $settings) : void
| access | public |
|---|
stringWidget identifier
stringWidget title
arraySettings; there are the following settings which must be used: "global_additional" (array type; additional settings; there are the following additional settings which can be used: "defaultitle" (string type; default title which will be used if title is empty), "optiondisplaytitle" (string type; option name for displaying or not displaying the title), "optiondisplaytitlelabel" (string type; label for option for displaying or not displaying the title), "optiondisplaytitletooltip" (string type; tooltip for option for displaying or not displaying the title), "optiontitle" (string type; option name for title), "optiontitlelabel" (string type; label for option for title), "optiontitletooltip" (string type; tooltip for option for title)), "global_containerid" (string type; container identifier), "global_description" (string type; widget description), "global_projectobj" (object type; project object)
form(array $options) : void
| access | public |
|---|---|
| inherited_from | \KocujIL\V12a\Classes\Project\Components\All\Widget\Widget::form() |
arrayWidget options
form(array $options) : void
| access | public |
|---|
arrayWidget options
update(array $newOptions, array $oldOptions) : array
| access | public |
|---|
arrayNew options
arrayOld options
arrayParsed valuesdisplayForm() : void
| access | protected |
|---|
displayWidgetContent(array $args, string $widgetOutput) : void
| access | protected |
|---|
arrayWidget arguments
stringWidget output to display
getAdditional() : array
| access | protected |
|---|
arrayAdditional settingsgetContainerId() : string
| access | protected |
|---|
stringContainer identifiergetProjectObj() : object
| access | protected |
|---|
objectProject object$additional : array
array()| access | private |
|---|
$containerId : string
''| access | private |
|---|
$excludes : array
array()| access | private |
|---|
$hideTypes : array
array()| access | private |
|---|
$projectObj : object
NULL| access | private |
|---|