![]() |
Grima
2018-08
Whispering into Alma's ear
|
Base class for objects returned from alma APIs (mostly just array access) More...
Public Member Functions | |
| __construct () | |
| create new blank Alma Object More... | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
Public Attributes | |
| $el_access = array() | |
| $xml | |
| $templateDir = __DIR__ . "/templates" | |
Base class for objects returned from alma APIs (mostly just array access)
Definition at line 1571 of file grima-lib.php.
| AlmaObject::__construct | ( | ) |
create new blank Alma Object
Definition at line 1580 of file grima-lib.php.
| AlmaObject::offsetExists | ( | $offset | ) |
Definition at line 1587 of file grima-lib.php.
| AlmaObject::offsetGet | ( | $offset | ) |
Definition at line 1594 of file grima-lib.php.
| AlmaObject::offsetSet | ( | $offset, | |
| $value | |||
| ) |
Definition at line 1607 of file grima-lib.php.
| AlmaObject::offsetUnset | ( | $offset | ) |
Definition at line 1613 of file grima-lib.php.
| AlmaObject::$el_access = array() |
Definition at line 1572 of file grima-lib.php.
| AlmaObject::$templateDir = __DIR__ . "/templates" |
Definition at line 1574 of file grima-lib.php.
| AlmaObject::$xml |
Definition at line 1573 of file grima-lib.php.
Referenced by ItemList\__construct(), and Item\addToAlmaHolding().
1.8.14