Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core\output\mustache_uniqid_helper Class Reference

Lazy create a uniqid per instance of the class. More...

Public Member Functions

 __toString ()
 Init the random variable and return it as a string.
 

Detailed Description

Lazy create a uniqid per instance of the class.

The id is only generated when this class it converted to a string.

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

Member Function Documentation

◆ __toString()

core\output\mustache_uniqid_helper::__toString ( )

Init the random variable and return it as a string.

Return values
stringrandom id.

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