BenConstable\Localize\Determiners\Session::__construct PHP Méthode

__construct() public méthode

Constructor.
public __construct ( string $sessionKey ) : void
$sessionKey string Name of the session key that holds the locale
Résultat void
    public function __construct($sessionKey)
    {
        $this->sessionKey = $sessionKey;
    }