VuFind API Documentation

HandlerInterface extends SaveHandlerInterface, DbTableAwareInterface

Session handler interface

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

author

Sebastian Kehr kehr@ub.uni-leipzig.de

license

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

link

Wiki

Table of Contents

disableWrites()  : void
Disable session writing, i.e. make it read-only
enableWrites()  : void
Enable session writing (default)
getDbTableManager()  : PluginManager
Get the plugin manager. Throw an exception if it is missing.
setDbTableManager()  : void
Set the plugin manager.

Methods

disableWrites()

Disable session writing, i.e. make it read-only

public disableWrites() : void
Return values
void

enableWrites()

Enable session writing (default)

public enableWrites() : void
Return values
void

Search results