/usr/share/phpmyadmin/libraries/classes/Plugins/Transformations/Input
Edit: /usr/share/phpmyadmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php (3628B)
';
}
}
return $html . '
';
}
/* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */
/**
* Gets the transformation name of the plugin
*
* @return string
*/
public static function getName()
{
return 'IPv4/IPv6 To Long';
}
/**
* Gets the plugin`s MIME type
*
* @return string
*/
public static function getMIMEType()
{
return 'Text';
}
/**
* Gets the plugin`s MIME subtype
*
* @return string
*/
public static function getMIMESubtype()
{
return 'Plain';
}
}