Class WriteByJsHelper
Responsibility - prevent sensitive content against spam bots and convert content into JS <script>document.write(String.fromCharCode(...));.
- All characters in given string has to be in UTF-8 encoding.
- Every character, text content or html tag, doesn't matter, is converted to UTF-8 index and all indexes are placed into <script>document.write(String.fromCharCode(...));</script> to print original html or text content by javascript to be visible for Googlebot.
Namespace: MvcCore\Ext\Views\Helpers
Located at ext-view-helper-writebyjs/src/MvcCore/Ext/Views/Helpers/WriteByJsHelper.php
Located at ext-view-helper-writebyjs/src/MvcCore/Ext/Views/Helpers/WriteByJsHelper.php
public
string
|
public
|
string |
VERSION
MvcCore Extension - View Helper - Assets - version: Comparison by PHP function version_compare(); |
#
'5.0.0'
|