Function __global->find_all_previews__by_template
Definitions
sources/lorem.php
- Find the template/screen previews: by template.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The map of previews (template to a tuple of preview details)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the template/screen previews: by template.
*
* @return array The map of previews (template to a tuple of preview details)
*/
function find_all_previews__by_template() : array
* Find the template/screen previews: by template.
*
* @return array The map of previews (template to a tuple of preview details)
*/
function find_all_previews__by_template() : array

