VuFind API Documentation

BulkActionTrait

VuFind Action Feature Trait - Bulk action helper methods

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

author

Thomas Wagener wagener@hebis.uni-frankfurt.de

license

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

link

Main Page

Table of Contents

$bulkActionConfig  : Config
Config
$bulkActionExportConfig  : Config
Export Config
getBulkActionLimit()  : int
Get the limit of a bulk action.
getExportActionLimit()  : int
Get the limit of the export action for a specific format.
getBulkActionConfig()  : Config
Get Config.
getBulkActionExportConfig()  : Config
Get Export Config.

Properties

$bulkActionExportConfig

Export Config

protected Config $bulkActionExportConfig

Methods

getBulkActionLimit()

Get the limit of a bulk action.

public getBulkActionLimit(string $action) : int
Parameters
$action : string

Name of the bulk action

Return values
int

getExportActionLimit()

Get the limit of the export action for a specific format.

public getExportActionLimit(string $format) : int
Parameters
$format : string

Name of the format

Return values
int

getBulkActionConfig()

Get Config.

protected getBulkActionConfig() : Config
Return values
Config

getBulkActionExportConfig()

Get Export Config.

protected getBulkActionExportConfig() : Config
Return values
Config

Search results