|
|
|
@ -12,9 +12,16 @@ use BSR\Lib\Search\BookSearch;
|
|
|
|
use BSR\Lib\WebService;
|
|
|
|
use BSR\Lib\WebService;
|
|
|
|
class NetBiblio extends WebService
|
|
|
|
class NetBiblio extends WebService
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
/** @var string $version version number */
|
|
|
|
|
|
|
|
public static $version = '1.0.1';
|
|
|
|
|
|
|
|
|
|
|
|
private $login = '';
|
|
|
|
private $login = '';
|
|
|
|
private $client = 'website';
|
|
|
|
private $client = 'website';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function __construct() {
|
|
|
|
|
|
|
|
parent::__construct(self::$version);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Set the current login and client based on information
|
|
|
|
* Set the current login and client based on information
|
|
|
|
* from the session.
|
|
|
|
* from the session.
|
|
|
|
|