PHP Класс PMA\libraries\plugins\import\ImportShp

Наследование: extends PMA\libraries\plugins\ImportPlugin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Constructor
doImport ( &$sql_data = [] ) : void Handles the whole import logic
readFromBuffer ( integer $length ) : string Returns specified number of bytes from the buffer.

Защищенные методы

Метод Описание
setProperties ( ) : void Sets the import plugin properties.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( )

doImport() публичный Метод

Handles the whole import logic
public doImport ( &$sql_data = [] ) : void
Результат void

readFromBuffer() публичный статический Метод

Buffer automatically fetches next chunk of data when the buffer falls short. Sets $eof when $GLOBALS['finished'] is set and the buffer falls short.
public static readFromBuffer ( integer $length ) : string
$length integer number of bytes
Результат string

setProperties() защищенный Метод

Called in the constructor.
protected setProperties ( ) : void
Результат void