Class: Helper

Helper()

Object providing helping methods.

Constructor

new Helper()

Source:

Methods

replacePlaceholders(string, replacementMappingArray) → {string}

Return string with {placeHolder} replaced by object properties
Parameters:
Name Type Description
string string
replacementMappingArray Object
Since:
  • 1.0.0
Source:
Returns:
string
Type
string