Helper
class Helper
Helper and utility functions.
Methods
static string|false
buildMenuListItems(array $menu, string $dropdownClass = "")
Creates list of menu items.
static string|null
currentPage()
Determines current page based on REQUEST_URI.
static array
getObjectProperties(object $object)
Gets the properties of the given object
static ProfileImages|false|null
getProfileImage()
Retrieves URL user's current profile image.
Details
at line 23
static string|false
buildMenuListItems(array $menu, string $dropdownClass = "")
Creates list of menu items.
at line 71
static string|null
currentPage()
Determines current page based on REQUEST_URI.
at line 87
static array
getObjectProperties(object $object)
Gets the properties of the given object
at line 97
static ProfileImages|false|null
getProfileImage()
Retrieves URL user's current profile image.