Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
core\output\mustache_pix_helper Class Reference

This class will call pix_icon with the section content. More...

Public Member Functions

 __construct (renderer_base $renderer)
 Save a reference to the renderer. More...
 
 pix ($text, Mustache_LambdaHelper $helper)
 Read a pix icon name from a template and get it from pix_icon. More...
 

Detailed Description

This class will call pix_icon with the section content.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Since
2.9

Constructor & Destructor Documentation

◆ __construct()

core\output\mustache_pix_helper::__construct ( renderer_base  $renderer)

Save a reference to the renderer.

Parameters
renderer_base$renderer

Member Function Documentation

◆ pix()

core\output\mustache_pix_helper::pix (   $text,
Mustache_LambdaHelper  $helper 
)

Read a pix icon name from a template and get it from pix_icon.

{{pix}}t/edit,component,Anything else is alt text{{/pix}}

The args are comma separated and only the first is required.

Parameters
string$textThe text to parse for arguments.
Mustache_LambdaHelper$helperUsed to render nested mustache variables.
Return values
string

The documentation for this class was generated from the following file: