isPublic? yesisAbstract? no
Inheritance tree:
Known subclasses:
None
Source file: xml_domit_parser.php
Signature: UIDGenerator()
isPublic? yes
Signature: generateUID()
Returns:
String - A unique 17 character alphanumeric id, prefixed with the word "node". Its value is based on the current time in microseconds.
Example:
A unique id can be generated by calling generateUID() with UIDGenerator as a static class:
$newNodeID = UIDGenerator::generateUID();
Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers. Please visit Engage Interactive to download free copies.