getOptions($options, $cfg['DefaultTransformations']['Inline']); if (PMA_IS_GD2) { return '[' . htmlspecialchars($buffer) . ']'; } else { return '[' . htmlspecialchars($buffer) . ']'; } } /* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */ /** * Gets the transformation name of the specific plugin * * @return string */ public static function getName() { return "Inline"; } }