GeoIP 4.0

\BXmaker\GeoIP\ContentTable

\BXmaker\GeoIP\ContentTable -

namespace BXmaker\GeoIP;
class ContentTable extends \Bitrix\Main\Entity\DataManager
{
    //...
}

Методы

deleteAllByTypeId

Удалит все записи с привязкой к типу

/**
 * @param $typeId
 * @return bool
 * @throws \Bitrix\Main\ArgumentException
 * @throws \Bitrix\Main\DB\SqlQueryException
 * @throws \Bitrix\Main\SystemException
 */
public static function deleteAllByTypeId($typeId);

getFilePath

public static function getFilePath();

getMap

public static function getMap();

getTableName

public static function getTableName();