Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
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: