Group
Extension

Matches 1

RT-Extension-ConfigInDatabase ( B/BP/BPS/RT-Extension-ConfigInDatabase-0.03.tar.gz, BPS, 2017; MetaCPAN )
RT-Extension-ConfigInDatabase/lib/RT/DatabaseSetting.pm ( view source; MetaCPAN )
0.1;

package RT::DatabaseSetting;
use base 'RT::Record';

use Storable ();
use MIME::Base64;
use JSON ();

=head1 NAME

RT::DatabaseSetting - Represents a config setting

=cut

=head1 METHODS

=head2
tring is passed through as-is.

=item ContentType

Currently handles C<storable> or C<application/json>.

=back

Returns a tuple of (status, msg) on failure and (id, msg) on success.
Also automaticall
urn $self->_DeserializeContent($content);
    }
    elsif ($type eq 'application/json') {
        return $self->_DeJSONContent($content);
    }

    return ($content, "");
}

=head2 SetContent

=cut


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.