4.7. Opl_Translation_Interface
4.7.2. assign()
4.7.1. _()
« Previous
5. Appendix
Next »

4.7.2. assign()

ConstructAbstract method
Visibilitypublic
Referencemixed Opl_Translation_Interface::assign( $group, $id, ... )
Argument list
$group - string
The language group name
$id - string
The message ID
... - mixed
The values to assign to the message.
Versionssince 2.0.0-dev7

Assigns the values provided as the extra arguments to the specified text $id in group $group. The method should also return the generated string.

4.7.2. assign()
4.7. Opl_Translation_Interface
« Previous
4.7.1. _()
Next »
5. Appendix