public static function get_instance() { if (is_null(self::$instance)) { self::$instance = new Akses(); } return self::$instance; }