PARSESTYLEJSON
in package
Parse the bibliographic style's JSON
Table of Contents
Methods
- getStyle() : string
- Get the bibliographic style filename
- upgradeStyleTo30() : array<string|int, mixed>
- Upgrade style component to version 30 (6.8.0)
- upgradeStyleTo31() : array<string|int, mixed>
- Upgrade style component to version 31 (6.13.0)
Methods
getStyle()
Get the bibliographic style filename
private
getStyle(string $style) : string
Parameters
- $style : string
-
The requested bibliographic output style.
Return values
stringupgradeStyleTo30()
Upgrade style component to version 30 (6.8.0)
private
upgradeStyleTo30(array<string|int, mixed> $JsonStructure) : array<string|int, mixed>
Add field bibliography > common > titleInvertFormat
Parameters
- $JsonStructure : array<string|int, mixed>
-
A style formatter parsed as an array structure
Return values
array<string|int, mixed>upgradeStyleTo31()
Upgrade style component to version 31 (6.13.0)
private
upgradeStyleTo31(array<string|int, mixed> $JsonStructure) : array<string|int, mixed>
Add fields to handle publicationStatus
Parameters
- $JsonStructure : array<string|int, mixed>
-
A style formatter parsed as an array structure