PARSESTYLEJSON
in package
Parse the bibliographic style's JSON
Table of Contents
Properties
- $bibliography : array<string|int, mixed>
- array
- $citation : array<string|int, mixed>
- array
- $common : array<string|int, mixed>
- array
- $footnote : array<string|int, mixed>
- array
- $info : array<string|int, mixed>
- array
- $types : array<string|int, mixed>
- array
Methods
- loadStyle() : bool
- Read the chosen bibliographic style and create arrays based on resource type.
Properties
$bibliography
array
public
array<string|int, mixed>
$bibliography
= []
$citation
array
public
array<string|int, mixed>
$citation
= []
$common
array
public
array<string|int, mixed>
$common
= []
$footnote
array
public
array<string|int, mixed>
$footnote
= []
$info
array
public
array<string|int, mixed>
$info
= []
$types
array
public
array<string|int, mixed>
$types
= []
Methods
loadStyle()
Read the chosen bibliographic style and create arrays based on resource type.
public
loadStyle(string $style) : bool
Parameters
- $style : string
-
The requested bibliographic output style.