Concept Framework 2.2 documentation Contents | Index

concept.helper.idgenerator.__CONCEPT_INTERFACE_HELPER_GENERATE_UNIQUE_ID

Name Version Deprecated
__CONCEPT_INTERFACE_HELPER_GENERATE_UNIQUE_ID version 1.0 no

Prototype:
number __CONCEPT_INTERFACE_HELPER_GENERATE_UNIQUE_ID()


Description:
Generates incremental numbers starting 1. First call will return 1, next one 2, nth call n.


NOTICE: THIS FUNCTION IS USED BY THE FRAMEWORK ONLY, AND SHOULD NOT BE CALLED DIRECTLY. CALLING THIS FUNCTION DIRECTLY WILL NOT CAUSE ANY REAL PROBLEM, BUT IT IS CONSIDERED TO BE USELESS.

Returns:
Returns n, where n is the number of times this function was called (including the current call).

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:17 2013 GMT(c)2013 Devronium Applications