'' . $buffer . '' ); $buffer = PMA_Transformation_globalHtmlReplace( $buffer, $transform_options ); return $buffer; } /* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */ /** * Gets the transformation name of the specific plugin * * @return string */ public static function getName() { return "Image Link"; } } ?>