public static function init() { if (self::$_instance == null) { self::$_instance = new Token(); } return self::$_instance; }