◆ addAffixes()
Seboettg\CiteProc\Styles\addAffixes |
( |
|
$text | ) |
|
|
protected |
◆ addSurroundingQuotes()
Seboettg\CiteProc\Styles\addSurroundingQuotes |
( |
|
$text | ) |
|
◆ applyTextCase()
Seboettg\CiteProc\Styles\applyTextCase |
( |
|
$text, |
|
|
|
$lang = "en" |
|
) |
| |
◆ format()
Seboettg\CiteProc\Styles\format |
( |
|
$text | ) |
|
|
protected |
◆ getChildsAffixesAndDelimiter()
Seboettg\CiteProc\Styles\getChildsAffixesAndDelimiter |
( |
|
$child | ) |
|
|
protected |
◆ initAffixesAttributes()
Seboettg\CiteProc\Styles\initAffixesAttributes |
( |
SimpleXMLElement |
$node | ) |
|
|
protected |
◆ initDisplayAttributes()
Seboettg\CiteProc\Styles\initDisplayAttributes |
( |
SimpleXMLElement |
$node | ) |
|
◆ initFormattingAttributes()
Seboettg\CiteProc\Styles\initFormattingAttributes |
( |
SimpleXMLElement |
$node | ) |
|
|
protected |
◆ initQuotesAttributes()
Seboettg\CiteProc\Styles\initQuotesAttributes |
( |
SimpleXMLElement |
$node | ) |
|
◆ initTextCaseAttributes()
Seboettg\CiteProc\Styles\initTextCaseAttributes |
( |
SimpleXMLElement |
$node | ) |
|
|
protected |
◆ removeConsecutiveChars()
Seboettg\CiteProc\Styles\removeConsecutiveChars |
( |
|
$string | ) |
|
|
protected |
◆ removeConsecutivePunctuation()
Seboettg\CiteProc\Styles\removeConsecutivePunctuation |
( |
|
$punctuationSign, |
|
|
|
$subject |
|
) |
| |
◆ renderPrefix()
Seboettg\CiteProc\Styles\renderPrefix |
( |
| ) |
|
◆ renderSuffix()
Seboettg\CiteProc\Styles\renderSuffix |
( |
| ) |
|
◆ wrapDisplayBlock()
Seboettg\CiteProc\Styles\wrapDisplayBlock |
( |
|
$text | ) |
|
◆ AffixesTrait
trait Seboettg::CiteProc::Styles\AffixesTrait |
◆ ConsecutivePunctuationCharacterTrait
trait Seboettg::CiteProc::Styles\ConsecutivePunctuationCharacterTrait |
◆ DisplayTrait
trait Seboettg::CiteProc::Styles\DisplayTrait |
Initial value:{
private static $allowedValues = [
"block",
"left-margin",
"right-inline",
"indent"
]
Definition at line 20 of file DisplayTrait.php.
◆ FormattingTrait
trait Seboettg::CiteProc::Styles\FormattingTrait |
Initial value:{
private static $formattingAttributes = [
'font-style',
'font-family',
'font-weight',
'font-variant',
'text-decoration',
'vertical-align'
]
Definition at line 21 of file FormattingTrait.php.
◆ QuotesTrait
trait Seboettg::CiteProc::Styles\QuotesTrait |
Initial value:{
private $quotes = false
Definition at line 27 of file QuotesTrait.php.
◆ TextCaseTrait
trait Seboettg::CiteProc::Styles\TextCaseTrait |