|
Open Journal Systems
3.3.0
|
Data Fields | |
| const | RENDERING = "rendering" |
| const | SORTING = "sorting" |
| const | SUBSTITUTION = "substitution" |
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 = [] |
Definition at line 27 of file RenderingState.php.
| const Seboettg\CiteProc\RenderingState::RENDERING = "rendering" |
Definition at line 29 of file RenderingState.php.
Referenced by Seboettg\CiteProc\Context\__construct(), and Seboettg\CiteProc\Rendering\Name\Substitute\render().
| const Seboettg\CiteProc\RenderingState::SORTING = "sorting" |
Definition at line 31 of file RenderingState.php.
Referenced by Seboettg\CiteProc\Rendering\Name\Substitute\render().
| const Seboettg\CiteProc\RenderingState::SUBSTITUTION = "substitution" |
Definition at line 33 of file RenderingState.php.
Referenced by Seboettg\CiteProc\Rendering\Text\render(), Seboettg\CiteProc\Rendering\Name\Substitute\render(), and Seboettg\CiteProc\Rendering\Name\Names\render().