Open Journal Systems  3.3.0
Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle Class Reference
Inheritance diagram for Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle:
MyCLabs\Enum\Enum

Data Fields

const DISPLAY_AND_SORT = "display-and-sort"
 
const NEVER = "never"
 
const SORT_ONLY = "sort-only"
 

Additional Inherited Members

- Public Member Functions inherited from MyCLabs\Enum\Enum
 __construct ($value)
 
 __toString ()
 
 equals ($variable=null)
 
 getKey ()
 
 getValue ()
 
 jsonSerialize ()
 
- Static Public Member Functions inherited from MyCLabs\Enum\Enum
static __callStatic ($name, $arguments)
 
static isValid ($value)
 
static isValidKey ($key)
 
static keys ()
 
static search ($value)
 
static toArray ()
 
static values ()
 
- Protected Attributes inherited from MyCLabs\Enum\Enum
 $value
 
- Static Protected Attributes inherited from MyCLabs\Enum\Enum
static $cache = []
 

Detailed Description

Definition at line 24 of file DemoteNonDroppingParticle.php.

Field Documentation

◆ DISPLAY_AND_SORT

const Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle::DISPLAY_AND_SORT = "display-and-sort"

“display-and-sort” (default): the dropping and non-dropping-particle are appended (e.g. “Koning, W. de” and “Fontaine, Jean de La”). For name sorting, all particles are part of the secondary sort key (sort order B, e.g. “Koning, W. de” appears under “K”).

Definition at line 44 of file DemoteNonDroppingParticle.php.

◆ NEVER

const Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle::NEVER = "never"

“never”: the non-dropping-particle is treated as part of the family name, whereas the dropping-particle is appended (e.g. “de Koning, W.”, “La Fontaine, Jean de”). The non-dropping-particle is part of the primary sort key (sort order A, e.g. “de Koning, W.” appears under “D”).

Definition at line 31 of file DemoteNonDroppingParticle.php.

◆ SORT_ONLY

const Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle::SORT_ONLY = "sort-only"

“sort-only”: same display behavior as “never”, but the non-dropping-particle is demoted to a secondary sort key (sort order B, e.g. “de Koning, W.” appears under “K”).

Definition at line 37 of file DemoteNonDroppingParticle.php.


The documentation for this class was generated from the following file: