VuFind API Documentation

BackendException extends RuntimeException
in package

BackendException.

Tags
category

VuFind

author

David Maus maus@hab.de

license

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

link
https://vufind.org

Table of Contents

$tags  : array<string|int, mixed>
Tags.
addTag()  : void
Add a tag.
getTags()  : array<string|int, mixed>
Return all tags.
hasTag()  : bool
Return true if the exception has the requested tag.

Properties

Methods

addTag()

Add a tag.

public addTag(string $tag) : void
Parameters
$tag : string

Tag name

Return values
void

getTags()

Return all tags.

public getTags() : array<string|int, mixed>
Return values
array<string|int, mixed>

hasTag()

Return true if the exception has the requested tag.

public hasTag(string $tag) : bool
Parameters
$tag : string

Tag

Return values
bool

Search results