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 |
---|
string
Widget identifier
string
Widget title
array
Settings; 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() |
array
Widget options
form(array $options) : void
access | public |
---|
array
Widget options
update(array $newOptions, array $oldOptions) : array
access | public |
---|
array
New options
array
Old options
array
Parsed valuesdisplayForm() : void
access | protected |
---|
displayWidgetContent(array $args, string $widgetOutput) : void
access | protected |
---|
array
Widget arguments
string
Widget output to display
getAdditional() : array
access | protected |
---|
array
Additional settingsgetContainerId() : string
access | protected |
---|
string
Container identifiergetProjectObj() : object
access | protected |
---|
object
Project 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 |
---|