helpers
Interfaces, Classes, Traits and Enums
- CloseHelper
- This is a helper class is used to handle closing an option window for an activity
- EmojipickerHelper
- This is a helper class is used to handle drawing of Emojis in the Usermessages activity
- FeedsHelper
- Helper used to draw links and snippets for RSS feeds
- FiletypeHelper
- This is a helper class is used to handle used to render the filetype based on the supplied mimetype. It is mainly intended to be used in outputting webpage results for non html pages.
- FileUploadHelper
- This helper is used to render a drag and drop file upload region
- GrouplistHelper
- This is a helper class is used to draw grouped view discussions for group feeds on a variety on elements such as ManageAccountElement, GroupfeedElement, ManagegroupElement.
- HamburgerHelper
- This is a helper class is used to draw the hamburger menu symbol and associated link to the settings menu
- HelpbuttonHelper
- This is a helper class is used to draw help button for context sensitive help.
- Helper
- Base Helper Class.
- IconlinkHelper
- This is a helper class is used to draw icon buttons and links
- ImagesHelper
- Helper used to draw thumbnails strips for images
- OptionsHelper
- This is a helper class is used to handle draw select options form elements
- PaginationHelper
- This is a helper class is used to handle pagination of search results
- PagingtableHelper
- Used to create links to go backward/forwards and search a database tables. HTML table with data representing a database table might have millions of rows so want to limit what the user actually gets at one time and just allow the user to "page" through in increments of 10, 20, 50, 100, 200 rows at a time.
- SearchformHelper
- Used to draw the form to do advanced search for items in a user, group, locale, etc folder
- ToggleHelper
- This is a helper class is used to draw an On-Off switch in a web page
- VideosHelper
- Helper used to draw thumbnails strips for images
- VideourlHelper
- Helper used to draw thumbnails for video sites
Table of Contents
- tl() : string
- Translate the supplied arguments into the current locale.
- e() : mixed
- shorthand for echo
Functions
tl()
Translate the supplied arguments into the current locale.
tl() : string
This function is a convenience copy of the same function
Tags
Return values
string —translated string
e()
shorthand for echo
e(string $text) : mixed
Parameters
- $text : string
-
string to send to the current output