Translation2::setParams

Translation2::setParams() – Set parameters for next string

Synopsis

require_once 'Translation2.php';

void Translation2::setParams ( params $params = null )

Description

Set the replacement for the parameters in the string(s). Parameter delimiters are customizable.

Parameter

array $params

Note

This function can not be called statically.