/**
  * Creates FirePHP object and stores it for singleton access
  *
  * @return FirePHP
  */
 public static function init()
 {
     return self::$instance = new self();
 }