Exemplo n.º 1
0
 public function __construct(ConnectionDuplex $conn)
 {
     parent::__construct($conn);
     $this->maxLength = self::MAX_CIPHER_LENGTH;
 }