![]() |
Grima
2018-08
Whispering into Alma's ear
|
class AnalyticsReport More...
Public Member Functions | |
| runReport ($filter_params=array(), $limit=-1, $token="") | |
| pull Analytics report 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 | |
| $path | |
| $filter | |
| $reportXml | |
| $rows = array() | |
Public Attributes inherited from AlmaObject | |
| $el_access = array() | |
| $xml | |
| $templateDir = __DIR__ . "/templates" | |
class AnalyticsReport
Definition at line 3060 of file grima-lib.php.
| AnalyticsReport::runReport | ( | $filter_params = array(), |
|
$limit = -1, |
|||
$token = "" |
|||
| ) |
pull Analytics report from Alma
| String | $code | - code of location to pull from Alma |
Definition at line 3073 of file grima-lib.php.
References $filter, $grima, and $rows.
| AnalyticsReport::$filter |
Definition at line 3063 of file grima-lib.php.
Referenced by runReport().
| AnalyticsReport::$path |
Definition at line 3062 of file grima-lib.php.
| AnalyticsReport::$reportXml |
Definition at line 3064 of file grima-lib.php.
| AnalyticsReport::$rows = array() |
Definition at line 3065 of file grima-lib.php.
Referenced by runReport().
1.8.14