Functions
Interfaces, Classes, Traits and Enums
- BrowserConsole
- Prints the provided data out in the browser console.
- Collection
- Calls the `makeCollection` method on the provided controller and returns the collection.
- Controller
- Returns a controller instance from the provided type.
- Entity
- Calls the `makeEntity` method on the provided controller and returns the entity.
- FunctionReturn
- Assigns the provided value to the parent scope as a variable. Used together with Smarty {function} tag.