Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($itemName, $itemDataType, $itemIdentifiers=array(), $itemContributors=array(), $itemDates=array(), $itemAttributes=array(), $itemPublisher='') | |
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 parent item class
Definition at line 1174 of file COUNTER.php.
COUNTER\ParentItem::__construct | ( | $itemName, | |
$itemDataType, | |||
$itemIdentifiers = array() , |
|||
$itemContributors = array() , |
|||
$itemDates = array() , |
|||
$itemAttributes = array() , |
|||
$itemPublisher = '' |
|||
) |
Construct the object
string | $itemName | |
string | $itemDataType | |
array | $itemIdentifiers | optional COUNTER\Identifier array |
array | $itemContributors | optional COUNTER\ItemContributor array |
array | $itemDates | optional COUNTER\ItemDate array |
array | $itemAttributes | optional COUNTER\ItemAttribute array |
string | $itemPublisher | optional |
Exception |
Definition at line 1244 of file COUNTER.php.
References COUNTER\ReportBuilder\getItemDataTypes(), COUNTER\ReportBuilder\validateString(), and COUNTER\ReportBuilder\validateZeroOrMoreOf().
COUNTER\ParentItem::asDOMDocument | ( | ) |
Output this object as a DOMDocument
Reimplemented from COUNTER\ReportBuilder.
Definition at line 1289 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 1263 of file COUNTER.php.
Referenced by COUNTER\ReportItems\build().