|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($reports) | |
| addReport ($report) | |
| asDOMDocument () | |
| getReports () | |
Public Member Functions inherited from COUNTER\ReportBuilder | |
| __toString () | |
Static Public Member Functions | |
| static | build ($array) |
Additional Inherited Members | |
Data Fields inherited from COUNTER\ReportBuilder | |
| const | COUNTER_NAMESPACE = 'http://www.niso.org/schemas/counter' |
Protected Member Functions inherited from COUNTER\ReportBuilder | |
| buildMultiple ($classname, $array) | |
| getAttributeTypes () | |
| getCategories () | |
| getContributorIdentifierTypes () | |
| getDateTypes () | |
| getIdentifierTypes () | |
| getItemDataTypes () | |
| getMetricTypes () | |
| validateOneOf ($object, $className) | |
| validateOneOrMoreOf ($objects, $className) | |
| validatePositiveInteger ($int) | |
| validateString ($string) | |
| validateStrings ($array) | |
| validateZeroOrMoreOf ($objects, $className) | |
| validateZeroOrOneOf ($object, $className) | |
Static Protected Member Functions inherited from COUNTER\ReportBuilder | |
| static | isAssociative ($array) |
COUNTER reports base class
Definition at line 334 of file COUNTER.php.
| COUNTER\Reports::__construct | ( | $reports | ) |
Construct the object
| array | $reports | COUNTER\Report array |
| Exception |
Definition at line 350 of file COUNTER.php.
References COUNTER\ReportBuilder\validateOneOrMoreOf().
| COUNTER\Reports::addReport | ( | $report | ) |
Add a report
| object | $report | CounterReport |
| Exception |
Definition at line 381 of file COUNTER.php.
References COUNTER\ReportBuilder\validateOneOf().
| COUNTER\Reports::asDOMDocument | ( | ) |
Output this object as a DOMDocument
Reimplemented from COUNTER\ReportBuilder.
Definition at line 397 of file COUNTER.php.
|
static |
Construct the object from an array
| array | $array | Hash of key-values |
| Exception |
Reimplemented from COUNTER\ReportBuilder.
Definition at line 360 of file COUNTER.php.
| COUNTER\Reports::getReports | ( | ) |
Get an array of reports
Definition at line 389 of file COUNTER.php.