\BXmaker\GeoIP\Service\GeoPluginCom
-
namespace BXmaker\GeoIP\Service;
class GeoPluginCom extends \BXmaker\GeoIP\Service\Base
{
//...
}
public static function canUseOnServer();
public static function getCode();
public function getData(string $ip, string $lang = 'ru');
public static function getDescription();
/**
* @inheritDoc
*/
public static function getMessage($name, $arReplace = null);
public static function getName();