diff --git a/libraries/import/shp.php b/libraries/import/shp.php index f992623c86..965c2bc2f6 100644 --- a/libraries/import/shp.php +++ b/libraries/import/shp.php @@ -64,6 +64,9 @@ if (isset($plugin_list)) { * 2) To use PMA_importGetNextChunk() functionality to read data, rather than * reading directly from a file. Using readFromBuffer() in place of fread(). * This makes it possible to use compressions. + * + * @package PhpMyAdmin-Import + * @subpackage ESRI_Shape */ class PMA_ShapeFile extends ShapeFile { @@ -126,6 +129,9 @@ if (isset($plugin_list)) { * 2) To use PMA_importGetNextChunk() functionality to read data, rather than * reading directly from a file. Using readFromBuffer() in place of fread(). * This makes it possible to use compressions. + * + * @package PhpMyAdmin-Import + * @subpackage ESRI_Shape */ class PMA_ShapeRecord extends ShapeRecord {