Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
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: