Ejemplo n.º 1
0
 /**
  * The main entry point
  */
 function main()
 {
     if ($this->bootstrapfile !== null) {
         include_once $this->bootstrapfile;
     }
     parent::main();
 }