Add missing tags

This commit is contained in:
Madhura Jayaratne 2012-05-06 08:01:34 +05:30
parent f286156c8e
commit 8bcbf0f688

View File

@ -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
{