\GettextBaseTranslator

Summary

Methods
Properties
Constants
noop()
register()
includeFunctions()
$current
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

Methods

noop()

noop(string  $original) : string

Noop, marks the string for translation but returns it unchanged.

Parameters

string $original

Returns

string

register()

register() : \Gettext\TranslatorInterface|null

Register this translator as global, to use with the gettext functions __(), p__(), etc.

Returns the previous translator if exists.

Returns

\Gettext\TranslatorInterface|null

includeFunctions()

includeFunctions() 

Include the gettext functions