Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($id, $version, $name, $title, $customers, $vendor, $created='') | |
asDOMDocument () | |
![]() | |
__toString () | |
Static Public Member Functions | |
static | build ($array) |
Additional Inherited Members | |
![]() | |
const | COUNTER_NAMESPACE = 'http://www.niso.org/schemas/counter' |
![]() | |
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 | isAssociative ($array) |
COUNTER report instance class
Definition at line 413 of file COUNTER.php.
COUNTER\Report::__construct | ( | $id, | |
$version, | |||
$name, | |||
$title, | |||
$customers, | |||
$vendor, | |||
$created = '' |
|||
) |
Construct the object
string | $id | |
string | $version | |
string | $name | |
string | $title | |
string | $customers | COUNTER\Customer |
object | $vendor | COUNTER\Vendor array |
string | $created | optional |
Exception |
Definition at line 483 of file COUNTER.php.
References COUNTER\ReportBuilder\validateOneOf(), COUNTER\ReportBuilder\validateOneOrMoreOf(), and COUNTER\ReportBuilder\validateString().
COUNTER\Report::asDOMDocument | ( | ) |
Output this object as a DOMDocument
Reimplemented from COUNTER\ReportBuilder.
Definition at line 523 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 500 of file COUNTER.php.
References COUNTER\Vendor\build().