<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Interface for the transformations plugins * * @package PhpMyAdmin */ namespace PhpMyAdmin\Plugins; /** * Provides a common interface that will have to be implemented by all of the * transformations plugins. * * @package PhpMyAdmin */ interface TransformationsInterface { /** * Gets the transformation description * * @return string */ public static function getInfo(); /** * Gets the specific MIME type * * @return string */ public static function getMIMEType(); /** * Gets the specific MIME subtype * * @return string */ public static function getMIMESubtype(); /** * Gets the transformation name of the specific plugin * * @return string */ public static function getName(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Auth | Folder | 0755 |
|
|
Export | Folder | 0755 |
|
|
Import | Folder | 0755 |
|
|
Schema | Folder | 0755 |
|
|
Transformations | Folder | 0755 |
|
|
TwoFactor | Folder | 0755 |
|
|
AuthenticationPlugin.php | File | 9.51 KB | 0644 |
|
ExportPlugin.php | File | 10.69 KB | 0644 |
|
IOTransformationsPlugin.php | File | 2.32 KB | 0644 |
|
ImportPlugin.php | File | 1.67 KB | 0644 |
|
SchemaPlugin.php | File | 2.28 KB | 0644 |
|
TransformationsInterface.php | File | 859 B | 0644 |
|
TransformationsPlugin.php | File | 1.69 KB | 0644 |
|
TwoFactorPlugin.php | File | 3.4 KB | 0644 |
|
UploadInterface.php | File | 624 B | 0644 |
|