Definition at line 21 of file NameHelper.php.
◆ addExtendedMarkup()
static Seboettg\CiteProc\Util\NameHelper::addExtendedMarkup |
( |
|
$nameVar, |
|
|
|
$nameItem, |
|
|
|
$formattedName |
|
) |
| |
|
static |
◆ appendParticleTo()
static Seboettg\CiteProc\Util\NameHelper::appendParticleTo |
( |
& |
$data, |
|
|
|
$namePart, |
|
|
|
$particle |
|
) |
| |
|
static |
removes the field $particle from $data and appends its content to the $namePart field of $data
- Parameters
-
stdClass | $data | |
string | $namePart | |
string | $particle | |
Definition at line 70 of file NameHelper.php.
◆ identicalAuthors()
static Seboettg\CiteProc\Util\NameHelper::identicalAuthors |
( |
|
$precedingItem, |
|
|
|
$currentAuthor |
|
) |
| |
|
static |
- Parameters
-
stdClass | $precedingItem | |
array | $currentAuthor | |
- Returns
- bool
- Exceptions
-
Definition at line 30 of file NameHelper.php.
◆ normalizeName()
static Seboettg\CiteProc\Util\NameHelper::normalizeName |
( |
|
$data | ) |
|
|
static |
◆ precedingHasAuthor()
static Seboettg\CiteProc\Util\NameHelper::precedingHasAuthor |
( |
|
$preceding, |
|
|
|
$name |
|
) |
| |
|
static |
- Parameters
-
stdClass | $preceding | |
stdClass | $name | |
- Returns
- bool
Definition at line 53 of file NameHelper.php.
◆ prependParticleTo()
static Seboettg\CiteProc\Util\NameHelper::prependParticleTo |
( |
& |
$data, |
|
|
|
$namePart, |
|
|
|
$particle |
|
) |
| |
|
static |
removes the field $particle from $data and prepends its content to the $namePart field of $data
- Parameters
-
stdClass | $data | |
string | $namePart | ("given"|"family") |
string | $particle | |
Definition at line 84 of file NameHelper.php.
◆ sameNames()
static Seboettg\CiteProc\Util\NameHelper::sameNames |
( |
|
$persons1, |
|
|
|
$persons2 |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: