\OpenEstatePhpExport

Namespaces

Action
Filter
Html
Order
Provider
Session
Theme
View

Classes

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.

Constants

VERSION

VERSION

Current version of the PHP export environment.

Functions

gettext()

gettext(string  $original, array  $parameters) : string

Returns the translation of a string.

Parameters

string $original

original message

array $parameters

optional parameters to replace

Returns

string —

translated message

ngettext()

ngettext(string  $original, string  $plural, integer  $value, array  $parameters) : string

Returns the translation of a string in singular or plural form.

Parameters

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

Returns

string —

translated message

noop()

noop(string  $original) : string

Marks a string for translation and returns it unchanged.

Parameters

string $original

original message

Returns

string —

original message