![]() |
Grima
2018-08
Whispering into Alma's ear
|
Public Member Functions | |
| loadFromAlma ($code) | |
| populate library with info from Alma More... |
|
| getAllLocations () | |
| get all locations configured for the library More... |
|
| getOneLocation ($otherthan=array()) | |
| get one location configured for the library More... |
|
Public Member Functions inherited from AlmaObject
| |
| __construct () | |
| create new blank Alma Object More... |
|
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
Static Public Member Functions | |
| static | getAllLibraries () |
| get all libraries configured for the institution More... |
|
| static | getOneLibrary ($otherthan=array()) |
| get one library configured by the institution More... |
|
| static | getOneLibraryLocation ($otherthan=array()) |
| get one library configured by the institution More... |
|
Public Attributes | |
| $el_address | |
Public Attributes inherited from AlmaObject
| |
| $el_access = array() | |
| $xml | |
| $templateDir = __DIR__ . "/templates" | |
class Library
Definition at line 3572 of file grima-lib.php.
|
static |
get all libraries configured for the institution
Definition at line 3598 of file grima-lib.php.
References $grima.
| Library::getAllLocations | ( | ) |
get all locations configured for the library
Definition at line 3643 of file grima-lib.php.
References $grima.
|
static |
get one library configured by the institution
| Array | $otherthan | - a list of codes for libraries not wanted |
Definition at line 3620 of file grima-lib.php.
References $grima.
Referenced by GrimaDataStore\setup().
|
static |
get one library configured by the institution
| Array | $otherthan | - a list of pairs of codes for libraries/locations not wanted |
Definition at line 3689 of file grima-lib.php.
References $grima.
| Library::getOneLocation | ( |
$otherthan = array()
|
) |
get one location configured for the library
| Array | $otherthan | - a list of codes for locations not wanted |
Definition at line 3665 of file grima-lib.php.
References $grima.
| Library::loadFromAlma | ( | $code | ) |
populate library with info from Alma
| String | $code | - code of library to pull from Alma |
Definition at line 3586 of file grima-lib.php.
References $grima.
| Library::$el_address |
Definition at line 3573 of file grima-lib.php.
1.8.13