/usr/share/phpmyadmin/libraries/classes/Plugins/Transformations/Input
Edit: /usr/share/phpmyadmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php (3876B)
';
}
$class = 'transform_IPToBin';
return $html . '
';
}
/* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */
/**
* Gets the transformation name of the plugin
*
* @return string
*/
public static function getName()
{
return 'IPv4/IPv6 To Binary';
}
/**
* 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';
}
}