Example #1
0
 static function __static()
 {
     self::$INSTANCE = new self(0, 'INSTANCE');
     self::$EXTENSION = new self(1, 'EXTENSION');
 }