VERSION
VERSION
Current version of the PHP export environment.
| Action |
| Filter |
| Html |
| Order |
| Provider |
| Session |
| Theme |
| View |
| Assets | Factory for inclusion of globally provided assets (e.g. Javascript, CSS). |
| Config | Export configuration. |
| Environment | Export environment. |
| Translator | A translator, that allows customized translations through the configuration class. |
| Utils | Static helper methods. |
ngettext(string $original, string $plural, integer $value, array $parameters) : string
Returns the translation of a string in singular or plural form.
| string | $original | original message |
| string | $plural | plural form of the original message |
| integer | $value | value to determine between singular and plural form |
| array | $parameters | optional parameters to replace |
translated message