public static function parseContent($content)
 {
     $parser = new Kwf_TrlJsParser_JsParser($content);
     return $parser->getTrlCalls();
 }