Translation2::setParams
Translation2::setParams() – Set parameters for next string
Synopsis
require_once 'Translation2.php';
void Translation2::setParams (
params $params
= null
)
Описание
Set the replacement for the parameters in the string(s). Parameter delimiters are customizable.
Parameter
-
array
$params
-
Замечание
This function can not be called statically.