\BXmaker\GeoIP\Store\Session
-
namespace BXmaker\GeoIP\Store;
class Session
{
//...
}
Вернет значение
/**
* @param $name
* @return mixed|null
*/
public function get($name);
public function getPrefix();
Сохраните значнеие в сессию
/**
* @param string $name
* @param mixed $value
* @return $this
*/
public function set($name, $value);
/**
* @return \Bitrix\Main\Session\SessionInterface
*/
protected function storage();