class SidebarData
Class SidebarData is a structured data object whose primary job is hold the properties you see below so we don't have to deal with an array, instead we get a nice clean object to work with.
Properties
| null|object | $coordinates | Coordinates on the page |
| string | $categoryName | Category name |
| int | $categoryCount | THe number of categories that were passed in via data input |
| array | $groups | Listing of groups |
| array | $elements | Elements are actual fields in the database |
Methods
|
__construct()
Constructs a new SidebarData instance |
Details
at line 51
public
__construct()
Constructs a new SidebarData instance