@@ -37,6 +37,9 @@ discard block |
||
| 37 | 37 | } |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | + /** |
|
| 41 | + * @param string $resumptionToken |
|
| 42 | + */ |
|
| 40 | 43 | protected function fetchRows($resumptionToken = null) |
| 41 | 44 | { |
| 42 | 45 | $results = $this->client->getXML('/analytics/reports', [ |
@@ -54,7 +57,7 @@ discard block |
||
| 54 | 57 | } |
| 55 | 58 | |
| 56 | 59 | /** |
| 57 | - * @return \Generator|Row[] |
|
| 60 | + * @return \Generator |
|
| 58 | 61 | */ |
| 59 | 62 | public function getRows() |
| 60 | 63 | { |
@@ -23,6 +23,9 @@ |
||
| 23 | 23 | |
| 24 | 24 | protected $_holdings = null; |
| 25 | 25 | |
| 26 | + /** |
|
| 27 | + * @param string $mms_id |
|
| 28 | + */ |
|
| 26 | 29 | public function __construct(Client $client = null, $mms_id = null, MarcRecord $marc_data = null, QuiteSimpleXMLElement $bib_data = null) |
| 27 | 30 | { |
| 28 | 31 | $this->mms_id = $mms_id; |
@@ -98,7 +98,7 @@ |
||
| 98 | 98 | /** |
| 99 | 99 | * Get the user identifiers. |
| 100 | 100 | * |
| 101 | - * @return UserIdentifier[] |
|
| 101 | + * @return UserIdentifiers |
|
| 102 | 102 | */ |
| 103 | 103 | public function getIdentifiers() |
| 104 | 104 | { |