/**
  * @param TemplateCacheStrategy $tplCacheInterface The template cache strategy
  * @param string $tplNsPrefix The prefix for custom tags in the template file
  */
 public function __construct(TemplateCacheStrategy $tplCacheInterface, $tplNsPrefix)
 {
     parent::__construct($tplCacheInterface, $tplNsPrefix, array('formComponent' => '\\ch\\metanet\\customtags\\FormComponentTag', 'formAddRemove' => '\\ch\\metanet\\customtags\\FormAddRemoveTag', 'cssFile' => '\\ch\\metanet\\customtags\\CssFileTag', 'translate' => '\\ch\\metanet\\customtags\\TranslateTag'));
 }