'[__BUFFER__]', ); } else { $transform_options = array( 'string' => '[__BUFFER__]', ); } return PMA_Transformation_globalHtmlReplace( $buffer, $transform_options ); } /* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */ /** * Gets the transformation name of the specific plugin * * @return string */ public static function getName() { return "Inline"; } }