DH5App.init

Undocumented in source. Be warned that the author may not have intended to support it.
class DH5App
void
init
()

Examples

Id of app

assert(H5App.id("aId").id == "aId");	
assert(H5App.id("aId").id("otherId").id == "otherId");

Name of app

assert(H5App.name("aName").name == "aName");	
assert(H5App.name("aName").name("otherName").name == "otherName");

Meta