function magicFunction(){ echo("Hello!");}function onCreated(){ if ("magicFunction".lower() in this.getfunctions()) { this.magicFunction(); } else { // The function is not present }}