VuFind API Documentation

SecureDatabaseTrait

VuFind Action Feature Trait - Configuration file path methods

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Main Page

Table of Contents

getSecureAlgorithmAndKey()  : array<string|int, mixed>
Get an array containing an ILS encryption algorithm and a randomly generated key.
hasSecureDatabase()  : bool
Does the instance have secure database configuration and contents?

Methods

getSecureAlgorithmAndKey()

Get an array containing an ILS encryption algorithm and a randomly generated key.

protected getSecureAlgorithmAndKey() : array<string|int, mixed>
Return values
array<string|int, mixed>

hasSecureDatabase()

Does the instance have secure database configuration and contents?

protected hasSecureDatabase() : bool
Return values
bool

Search results