Esempio n. 1
0
 /**
  * @param string $content: Text or HTML to be wrapped in parentheses.
  * @param string $escape: Any valid format for TsIntuitionUtil::strEscape.
  */
 public function parensWrap($content, $escape = 'plain')
 {
     return $this->msg('parentheses', array('domain' => 'general', 'raw-variables' => true, 'variables' => array(TsIntuitionUtil::strEscape($content, $escape))));
 }