Grima  2018-08
Whispering into Alma's ear
Public Member Functions | Public Attributes | List of all members
Library Class Reference

class Library More...

Inheritance diagram for Library:
AlmaObject

Public Member Functions

 loadFromAlma ($code)
 populate library with info from Alma More...
 
- Public Member Functions inherited from AlmaObject
 __construct ()
 create new blank Alma Object More...
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 

Public Attributes

 $el_address
 
- Public Attributes inherited from AlmaObject
 $el_access = array()
 
 $xml
 
 $templateDir = __DIR__ . "/templates"
 

Detailed Description

class Library

Definition at line 3010 of file grima-lib.php.

Member Function Documentation

◆ loadFromAlma()

Library::loadFromAlma (   $code)

populate library with info from Alma

Parameters
String$code- code of library to pull from Alma

Definition at line 3024 of file grima-lib.php.

References $grima.

3024  {
3025  global $grima;
3026  $this->xml = $grima->getLibrary($code);
3027  }
$grima
Definition: grima-lib.php:1166

Member Data Documentation

◆ $el_address

Library::$el_address
Initial value:
= array(
'code' => '//code',
'path' => '//path',
'name' => '//name',
'resource_sharing' => '//resource_sharing',
)

Definition at line 3011 of file grima-lib.php.


The documentation for this class was generated from the following file: