layouts
Interfaces, Classes, Traits and Enums
- ApiLayout
- Layout used for the seek_quarry Website including pages such as search landing page and settings page
- Layout
- Base layout Class. Layouts are used to render the headers and footer of the page on which a View lives
- RssLayout
- Layout used for the seek_quarry Website including pages such as search landing page and settings page
- WebLayout
- Layout used for the seek_quarry Website including pages such as search landing page and settings page
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