Beispiel #1
0
 /**
  * Constructor
  *
  * @param \VuFind\Auth\Manager $account Auth manager object
  * @param ILSConnection        $ils     A catalog connection
  * @param \VuFind\Crypt\HMAC   $hmac    HMAC generator
  * @param \Zend\Config\Config  $config  VuFind configuration
  */
 public function __construct(\VuFind\Auth\Manager $account, ILSConnection $ils, \VuFind\Crypt\HMAC $hmac, \Zend\Config\Config $config)
 {
     parent::__construct($account, $ils, $hmac, $config);
 }
Beispiel #2
0
 /**
  * Constructor
  *
  * @param \VuFind\Auth\Manager $account Auth manager object
  * @param ILSConnection        $ils     A catalog connection
  * @param \VuFind\Crypt\HMAC   $hmac    HMAC generator
  * @param \Zend\Config\Config  $config  VuFind configuration
  */
 public function __construct(\VuFind\Auth\ILSAuthenticator $ilsAuth, ILSConnection $ils, \VuFind\Crypt\HMAC $hmac, \Zend\Config\Config $config)
 {
     parent::__construct($ilsAuth, $ils, $hmac, $config);
 }