Exemplo n.º 1
0
function smarty_modifier_crmICalText($str)
{
    return CRM_Utils_ICalendar::formatText($str);
}
Exemplo n.º 2
0
 /**
  * @param string $testString
  * @dataProvider escapeExamples
  */
 public function testParseStrings($testString)
 {
     $this->assertEquals($testString, CRM_Utils_ICalendar::unformatText(CRM_Utils_ICalendar::formatText($testString)));
 }