public function UriSigner::__construct

Constructor.

Parameters

string $secret A secret:

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/UriSigner.php, line 28

Class

UriSigner
Signs URIs.

Namespace

Symfony\Component\HttpKernel

Code

public function __construct($secret) {
  $this->secret = $secret;
}