VuFind API Documentation

IndexController extends AbstractActionController
in package

Redirects the user to the appropriate default VuFind action.

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 Site

Table of Contents

$authManager  : Manager
Auth manager
$config  : Config
VuFind configuration
__construct()  : mixed
Constructor
homeAction()  : mixed
Determines what elements are displayed on the home page based on whether the user is logged in.

Properties

Methods

__construct()

Constructor

public __construct(Config $config, Manager $authManager) : mixed
Parameters
$config : Config

VuFind configuration

$authManager : Manager

Auth manager

Return values
mixed

homeAction()

Determines what elements are displayed on the home page based on whether the user is logged in.

public homeAction() : mixed
Return values
mixed

Search results