GeoIP 4.0

\BXmaker\GeoIP\Store\Session

\BXmaker\GeoIP\Store\Session -

namespace BXmaker\GeoIP\Store;
class Session
{
    //...
}

Методы

get

Вернет значение

/**
 * @param $name
 * @return mixed|null
 */
public function get($name);

getPrefix

public function getPrefix();

set

Сохраните значнеие в сессию

/**
 * @param string $name
 * @param mixed $value
 * @return $this
 */
public function set($name, $value);

storage

/**
 * @return \Bitrix\Main\Session\SessionInterface
 */
protected function storage();