Inheritance: implements Ratchet\WebSocket\Version\VersionInterface
Example #1
0
 /**
  * @param ValidatorInterface|null $validator
  */
 public function __construct(ValidatorInterface $validator = null)
 {
     parent::__construct($validator);
     $this->verifier = new HandshakeVerifier();
 }