getOptions($options, $cfg['DefaultTransformations']['PreApPend']); //just prepend and/or append the options to the original text return htmlspecialchars($options[0]) . htmlspecialchars($buffer) . htmlspecialchars($options[1]); } /* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */ /** * Gets the transformation name of the specific plugin * * @return string */ public static function getName() { return "PreApPend"; } }