Пример #1
0
 /**
  * Creates the only instance of this class and registeres it to the autoload
  * stack
  *
  * @see register()
  * @see getInstance()
  * @return void
  */
 public static function classConstructor()
 {
     self::$_instance = new self();
     self::$_instance->register();
 }