VuFind API Documentation

ExternalSessionServiceInterface extends DbServiceInterface

Database service for external_session table.

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Wiki

Table of Contents

addSessionMapping()  : ExternalSessionEntityInterface
Add a mapping between local and external session id's; return the newly-created entity.
createEntity()  : ExternalSessionEntityInterface
Create a new external session entity.
destroySession()  : void
Destroy data for the given session ID.
getAllByExternalSessionId()  : array<string|int, ExternalSessionEntityInterface>
Retrieve objects from the database based on an external session ID
persistEntity()  : void
Persist an entity.

Methods

destroySession()

Destroy data for the given session ID.

public destroySession(string $sid) : void
Parameters
$sid : string

Session ID to erase

Return values
void

Search results