Class Quform_TokenReplacer
Copyright:
Copyright (c) 2009-2022 ThemeCatcher (https://www.themecatcher.net)
Located at Quform/TokenReplacer.php
Located at Quform/TokenReplacer.php
public
|
|
public
string
|
#
replaceVariablesPreProcess( string $text, string $format,
Replace variables in the given text that are unaffected by form submission |
protected
string
|
#
replaceVariablePreProcess( array $matches, string $format,
Handle the callback for replaceVariablesPreProcess |
protected
string
|
|
protected
string
|
|
protected
string
|
|
public
string
|
#
replaceVariables( string $text, string $format,
Replace all variables in the given text |
protected
string
|
#
replaceVariable( array $matches, string $format,
Handle the callback for replaceVariables |
protected
string
|
#
replaceElement( array $token, string $format,
Replace the element placeholder with its value |
protected
string
|
#
replaceAllSubmittedData( array $token, string $format,
Replace the token to display all submitted form data |
protected
string
|
#
renderAllSubmittedDataText( boolean $showEmptyFields,
Render the submitted form data in plain text |
protected
string
|
#
renderAllSubmittedDataHtml( boolean $showEmptyFields,
Render the HTML for the table containing all submitted form data |
protected
array
|
string |
NEWLINE
Newline for email content |
#
"\r\n"
|
protected
|
$options
|