Пример #1
0
 /**
  * Set all of the strings for the translation list.
  * @param Array $list The list of strings to replace the internal list with.
  */
 function setAllTranslationStrings($list)
 {
     $this->translationStrings = $list;
     $this->formObj->setAllTranslationStrings($list);
 }