PHP Class PMA\libraries\plugins\transformations\abs\TextLinkTransformationsPlugin

Inheritance: extends PMA\libraries\plugins\TransformationsPlugin
Show file Open project: phpmyadmin/phpmyadmin

Public Methods

Method Description
applyTransformation ( string $buffer, array $options = [], string $meta = '' ) : string Does the actual work of each specific transformations plugin.
getInfo ( ) : string Gets the transformation description of the specific plugin
getName ( ) : string Gets the transformation name of the specific plugin

Method Details

applyTransformation() public method

Does the actual work of each specific transformations plugin.
public applyTransformation ( string $buffer, array $options = [], string $meta = '' ) : string
$buffer string text to be transformed
$options array transformation options
$meta string meta information
return string

getInfo() public static method

Gets the transformation description of the specific plugin
public static getInfo ( ) : string
return string

getName() public static method

Gets the transformation name of the specific plugin
public static getName ( ) : string
return string