Definition at line 32 of file Context.php.
◆ __construct()
Seboettg\CiteProc\Context::__construct |
( |
|
$locale = null | ) |
|
◆ addMacro()
Seboettg\CiteProc\Context::addMacro |
( |
|
$key, |
|
|
|
$macro |
|
) |
| |
◆ getBibliography()
Seboettg\CiteProc\Context::getBibliography |
( |
| ) |
|
◆ getBibliographySpecificOptions()
Seboettg\CiteProc\Context::getBibliographySpecificOptions |
( |
| ) |
|
- Returns
- BibliographyOptions
Definition at line 390 of file Context.php.
◆ getCitation()
Seboettg\CiteProc\Context::getCitation |
( |
| ) |
|
◆ getCitationItems()
Seboettg\CiteProc\Context::getCitationItems |
( |
| ) |
|
◆ getCitationSpecificOptions()
Seboettg\CiteProc\Context::getCitationSpecificOptions |
( |
| ) |
|
◆ getCssStyle()
Seboettg\CiteProc\Context::getCssStyle |
( |
| ) |
|
◆ getGlobalOptions()
Seboettg\CiteProc\Context::getGlobalOptions |
( |
| ) |
|
◆ getInfo()
Seboettg\CiteProc\Context::getInfo |
( |
| ) |
|
◆ getLocale()
Seboettg\CiteProc\Context::getLocale |
( |
| ) |
|
◆ getMacro()
Seboettg\CiteProc\Context::getMacro |
( |
|
$key | ) |
|
◆ getMacros()
Seboettg\CiteProc\Context::getMacros |
( |
| ) |
|
◆ getMarkupExtension()
Seboettg\CiteProc\Context::getMarkupExtension |
( |
| ) |
|
◆ getMode()
Seboettg\CiteProc\Context::getMode |
( |
| ) |
|
return the render mode (citation|bibliography)
- Returns
- string
Definition at line 271 of file Context.php.
◆ getRenderingState()
Seboettg\CiteProc\Context::getRenderingState |
( |
| ) |
|
◆ getResults()
Seboettg\CiteProc\Context::getResults |
( |
| ) |
|
◆ getRoot()
Seboettg\CiteProc\Context::getRoot |
( |
| ) |
|
◆ getSorting()
Seboettg\CiteProc\Context::getSorting |
( |
| ) |
|
◆ hasCitationItems()
Seboettg\CiteProc\Context::hasCitationItems |
( |
| ) |
|
◆ isCitationsAsArray()
Seboettg\CiteProc\Context::isCitationsAsArray |
( |
| ) |
|
◆ isModeBibliography()
Seboettg\CiteProc\Context::isModeBibliography |
( |
| ) |
|
returns true if the render mode is set to bibliography
- Returns
- bool
Definition at line 297 of file Context.php.
◆ isModeCitation()
Seboettg\CiteProc\Context::isModeCitation |
( |
| ) |
|
returns true if the render mode is set to citation
- Returns
- bool
Definition at line 288 of file Context.php.
◆ setBibliography()
Seboettg\CiteProc\Context::setBibliography |
( |
Bibliography |
$bibliography | ) |
|
- Parameters
-
Bibliography | $bibliography | |
Definition at line 223 of file Context.php.
◆ setBibliographySpecificOptions()
Seboettg\CiteProc\Context::setBibliographySpecificOptions |
( |
BibliographyOptions |
$bibliographySpecificOptions | ) |
|
- Parameters
-
BibliographyOptions | $bibliographySpecificOptions | |
Definition at line 398 of file Context.php.
◆ setCitation()
Seboettg\CiteProc\Context::setCitation |
( |
|
$citation | ) |
|
◆ setCitationItems()
Seboettg\CiteProc\Context::setCitationItems |
( |
& |
$citationItems | ) |
|
◆ setCitationsAsArray()
Seboettg\CiteProc\Context::setCitationsAsArray |
( |
|
$citationsAsArray = true | ) |
|
◆ setCitationSpecificOptions()
Seboettg\CiteProc\Context::setCitationSpecificOptions |
( |
CitationOptions |
$citationSpecificOptions | ) |
|
- Parameters
-
CitationOptions | $citationSpecificOptions | |
Definition at line 414 of file Context.php.
◆ setCssStyle()
Seboettg\CiteProc\Context::setCssStyle |
( |
CssStyle |
$cssStyle | ) |
|
◆ setGlobalOptions()
Seboettg\CiteProc\Context::setGlobalOptions |
( |
GlobalOptions |
$globalOptions | ) |
|
- Parameters
-
GlobalOptions | $globalOptions | |
Definition at line 366 of file Context.php.
◆ setInfo()
Seboettg\CiteProc\Context::setInfo |
( |
Info |
$info | ) |
|
◆ setLocale()
Seboettg\CiteProc\Context::setLocale |
( |
Locale |
$locale | ) |
|
◆ setMarkupExtension()
Seboettg\CiteProc\Context::setMarkupExtension |
( |
|
$markupExtension | ) |
|
◆ setMode()
Seboettg\CiteProc\Context::setMode |
( |
|
$mode | ) |
|
◆ setRenderingState()
Seboettg\CiteProc\Context::setRenderingState |
( |
RenderingState |
$renderingState | ) |
|
◆ setRoot()
Seboettg\CiteProc\Context::setRoot |
( |
Root |
$root | ) |
|
◆ setSorting()
Seboettg\CiteProc\Context::setSorting |
( |
|
$sorting | ) |
|
◆ $markupExtension
array Context::$markupExtension = [] |
|
protected |
The documentation for this class was generated from the following file: