<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Interface for the import->upload plugins * * @package PhpMyAdmin */ namespace PhpMyAdmin\Plugins; /** * Provides a common interface that will have to implemented by all of the * import->upload plugins. * * @package PhpMyAdmin */ interface UploadInterface { /** * Gets the specific upload ID Key * * @return string ID Key */ public static function getIdKey(); /** * Returns upload status. * * @param string $id upload id * * @return array|null */ public static function getUploadStatus($id); }
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 |
|